Skip to content

Commit

Permalink
maybe I am lucky and it all works ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Apr 11, 2024
1 parent c2fc3de commit f1ae938
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tools/sirius_csifingerid/sirius_csifingerid.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<tool id="sirius_csifingerid" name="SIRIUS-CSI:FingerID"
version="4.9.8+galaxy4" profile="19.05">
version="5.8.6+galaxy0" profile="22.05">
<description>is used to identify metabolites using single and
tandem mass spectrometry</description>
<requirements>
<requirement type="package" version="4.9.8">
sirius-csifingerid</requirement>
<requirement type="package" version="5.8.6">sirius-csifingerid</requirement>
</requirements>
<command detect_errors="exit_code">
<![CDATA[
export _JAVA_OPTIONS=-Duser.home=$__new_file_path__ &&
export _JAVA_OPTIONS=-Duser.home=\${TMPDIR:-.} &&
python '$__tool_directory__/sirius_csifingerid.py'
--input_pth '$input'
--database $database
Expand All @@ -25,7 +24,7 @@
--meta_select_col $meta_select_col
--min_MSMS_peaks $min_MSMS_peaks
--schema $schema
--temp_dir $__new_file_path__
--temp_dir \${TMPDIR:-.}
#if $adducts_cond.adducts_selector == 'select':
#for $a in $adducts_cond.adducts
Expand All @@ -48,9 +47,6 @@
--adducts [M+CH3COO]-
#end if
#end if
]]></command>
<inputs>
<param name="input" argument="--input_pth" type="data" format="msp"
Expand Down

0 comments on commit f1ae938

Please sign in to comment.