Skip to content

Commit

Permalink
Corrects findAdducts arguments and groupFWHM test file size verificat…
Browse files Browse the repository at this point in the history
…ion delta.

- Try to correct conditions (findAdducts)

- Gives the right delta to compare test file sizes (groupFWHM).
  • Loading branch information
DamienCode404 committed Oct 28, 2024
1 parent 9b01961 commit c250ae6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions tools/camera/findAdducts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,25 @@
image '$image'
ppm $ppm
mzabs $mzabs
multiplier $multiplier
polarity $polarity
#if $rules_select == "FALSE":
#if $rules_block.rules_select == "FALSE":
rules NULL
#else
rules $rules
rules $rules_block.rules
#end if
#if $advanced_select == "FALSE":
#if $advanced.advanced_select == "FALSE":
multiplier 3
max_peaks 100
psg_list NULL
#else
multiplier $multiplier
max_peaks $max_peaks
#if $psg_list_block == "FALSE":
multiplier $advanced.multiplier
max_peaks $advanced.max_peaks
#if $advanced.psg_list_block.psg_list_select == "FALSE":
psg_list NULL
#else
psg_list $psg_list
psg_list $advanced.psg_list_block.psg_list
#end if
#end if
Expand Down
2 changes: 1 addition & 1 deletion tools/camera/groupFWHM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<param name="intval" value="into" />-->
<expand macro="test_file_load_single"/>
<output name="variableMetadata" file="faahKO-single-class.xset.merged.group.retcor.group.fillpeaks.fwhm.variableMetadata.tsv" />
<output name="camera_fwhm_rdata" value="faahKO-single-class.xset.merged.group.retcor.group.fillpeaks.fwhm.RData" compare="sim_size" delta="5000" />
<output name="camera_fwhm_rdata" value="faahKO-single-class.xset.merged.group.retcor.group.fillpeaks.fwhm.RData" compare="sim_size" delta="13000" />
</test>
</tests>
<help><![CDATA[
Expand Down

0 comments on commit c250ae6

Please sign in to comment.