Skip to content

Commit

Permalink
Merge pull request #1709 from mthang/update_local_tool_conf
Browse files Browse the repository at this point in the history
add entry to local_tool_conf.xml
  • Loading branch information
cat-bro authored Jan 15, 2024
2 parents 91d28e2 + 3734ece commit 3965ac2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion files/galaxy/config/local_tool_conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<tool file="/mnt/galaxy/local_tools/maxquant/maxquant.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/alphafold-test/alphafold.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/gtdbtk/gtdbtk_classify_wf.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/fgenesh/fgenesh.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/fgenesh/fgenesh.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/fgenesh/fgenesh_annotate.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/fgenesh/fgenesh_split.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/fgenesh/fgenesh_merge.xml" labels="test"/>
<tool file="/mnt/galaxy/local_tools/cellranger/cellranger.xml" labels="test"/>
</section>
<section id="interactivetools" name="Interactive Tools">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2970,8 +2970,8 @@ tools:
fail: Your account has not been given access to cellranger. Contact [email protected]
if you think this is in error.
fgenesh:
cores: 24
mem: 12
cores: 120
mem: 20
params:
singularity_enabled: true
scheduling:
Expand Down

0 comments on commit 3965ac2

Please sign in to comment.