Skip to content

Commit

Permalink
Disable Stampede for now, it's being unstable.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Dec 26, 2014
1 parent 2680ce8 commit b8c80fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/galaxy/usegalaxy.org/config/job_conf.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
</destinations>
<tools>
<!-- multi/stampede jobs -->
<!--
<tool id="bowtie2" destination="roundup_stampede_select" handler="main_w2_handler2" resources="roundup_or_stampede"/>
<tool id="bowtie_wrapper" destination="roundup_stampede_select" handler="main_w2_handler2" resources="roundup_or_stampede"/>
<tool id="bowtie_color_wrapper" destination="roundup_stampede_select" handler="main_w2_handler2" resources="roundup_or_stampede"/>
Expand All @@ -171,6 +172,20 @@
<tool id="cuffmerge" destination="roundup_stampede_select" handler="main_w2_handler2" resources="roundup_or_stampede"/>
<tool id="tophat" destination="roundup_stampede_select" handler="main_w2_handler2" resources="roundup_or_stampede"/>
<tool id="tophat2" destination="roundup_stampede_select" handler="main_w2_handler2" resources="roundup_or_stampede"/>
-->
<tool id="bowtie2" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="bowtie_wrapper" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="bowtie_color_wrapper" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="bwa_wrapper" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="bwa_color_wrapper" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="lastz_wrapper_2" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="quality_score_distribution" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="megablast_wrapper" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="cuffdiff" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="cufflinks" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="cuffmerge" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="tophat" destination="roundup_multi" handler="main_w2_handler2"/>
<tool id="tophat2" destination="roundup_multi" handler="main_w2_handler2"/>
<!-- trackster jobs -->
<tool id="cufflinks" destination="slurm_trackster_multi">
<param id="source">trackster</param>
Expand Down

0 comments on commit b8c80fd

Please sign in to comment.