Skip to content
Snippets Groups Projects
Commit 07539527 authored by langella's avatar langella
Browse files

delete uneeded files (generated by cmake)

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@306 b8ef2a07-7df7-436f-90b9-41648038564b
parent 9a73a1d7
No related branches found
No related tags found
No related merge requests found
[Desktop Entry]
Name=Xtandem pipeline 3.3.0
Categories=Education;Science;Math;
Comment=loads and parses the xml results product by X!Tandem
Comment[fr]=chargement et exploitation des résultats du logiciel X!Tandem
Exec=/usr/local/bin/xtandempipeline.sh
Icon=/usr/local/share/xtandempipeline/xtandempipeline_icon.svg
Terminal=false
Type=Application
StartupNotify=true
X-Ubuntu-Gettext-Domain=xtandempipeline
[Desktop Entry]
Name=Xtandem Online pipeline
Categories=Education;Science;Math;
Comment=loads and parses the xml results product by X!Tandem. The online version is launched via Java web start.
Comment[fr]=chargement et exploitation des résultats du logiciel X!Tandem
Exec=/usr/lib/jvm/java-6-openjdk/jre/bin/javaws http://pappso.inra.fr/bioinfo/xtandempipeline/xtandempipeline.jnlp
Icon=/usr/local/share/xtandempipeline/xtandempipeline_icon.svg
Terminal=false
Type=Application
StartupNotify=true
X-Ubuntu-Gettext-Domain=xtandempipeline
#!/bin/bash
if [ $(uname -m) == "x86_64" ]; then
/usr/lib/jvm/java-6-openjdk/bin/java -Xmx3000m -Xms256m -jar /usr/local/share/xtandempipeline/XtandemPipeline.jar
else
/usr/lib/jvm/java-6-openjdk/bin/java -Xmx1500m -Xms256m -jar /usr/local/share/xtandempipeline/XtandemPipeline.jar
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment