Skip to content

Commit

Permalink
add some tools that no longer need galaxy on the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 4, 2020
1 parent 46e988d commit cc53748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/galaxy/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,11 @@
"CONVERTER_maf_to_interval_0",
# Tools improperly migrated to the tool shed (devteam)
"qualityFilter",
"winSplitter",
"pileup_interval",
"count_gff_features",
"Convert characters1",
"lastz_paired_reads_wrapper",
"subRate1",
"substitutions1",
"find_diag_hits",
"cufflinks",
# Tools improperly migrated using Galaxy (from shed other)
"column_join",
"gd_coverage_distributions", # Genome Diversity tools from miller-lab
Expand Down Expand Up @@ -191,6 +187,10 @@
"CONVERTER_fastq_to_fqtoc0": packaging.version.parse("1.0.1"),
"CONVERTER_tar_to_directory": packaging.version.parse("1.0.1"),
"tabular_to_dbnsfp": packaging.version.parse("1.0.1"),
"cufflinks": packaging.version.parse("2.2.1.2"),
"Convert characters1": packaging.version.parse("1.0.0"),
"substitutions1": packaging.version.parse("1.0.0"),
"winSplitter": packaging.version.parse("1.0.0")
}


Expand Down

0 comments on commit cc53748

Please sign in to comment.