Skip to content

Commit

Permalink
Fix tools that use Galaxy sequence utilities for galaxyproject#3364.
Browse files Browse the repository at this point in the history
Thanks to @peterjc for reporting and @martenson for grepping.

xref #minor galaxyproject#3364
  • Loading branch information
jmchilton committed Feb 2, 2017
1 parent 840c3b0 commit 2906b6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/galaxy/tools/__init__.py
Expand Up @@ -136,6 +136,13 @@
"sam_to_bam", # This was fixed with version 1.1.3 of the tool - TODO add Galaxy to PYTHONPATH only for older versions
# Tools improperly migrated to the tool shed (iuc)
"tabular_to_dbnsfp",
# From peterjc and others seq utils
"venn_list",
"seq_rename",
"seq_primer_clip",
"fastq_groomer_parallel",
"fasta_filter_by_id",
"fastq_filter_by_id",
]


Expand Down

0 comments on commit 2906b6d

Please sign in to comment.