Skip to content

Commit

Permalink
Use GALAXY_SLOTS for FragPipe --threads argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-wagner committed Jun 29, 2024
1 parent 2964cd9 commit e82739e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/fragpipe/fragpipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
--msfragger_key f28c4be2-759b0a11-6c1ea652-1240565a
--ionquant_key 47cb2953-b4bf7726-2c96f5fe-8f1013aa
--headless
--threads $threads
--threads \${GALAXY_SLOTS:-8}
--ram \$[ \${GALAXY_MEMORY_MB:-8192} / 1024 ]
--workflow fp.workflow --manifest fp.manifest
--workdir outputs
Expand Down Expand Up @@ -77,8 +77,6 @@
<option value="combined_outputs">FragPipe Combined Outputs</option>
<option value="concatenated_outputs">TSV Outputs Concatenated</option>
</param>

<param argument="--threads" type="integer" value="8" label="Number of threads"/>
</inputs>

<outputs>
Expand Down

0 comments on commit e82739e

Please sign in to comment.