Skip to content

Commit

Permalink
Move Extract genomic DNA 1 to list of version galaxy lib tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 1, 2018
1 parent 13e72e8 commit 3dec3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/__init__.py
Expand Up @@ -109,7 +109,6 @@
"join1",
"gff2bed1",
"gff_filter_by_feature_count",
"Extract genomic DNA 1",
"aggregate_scores_in_intervals2",
"Interval_Maf_Merged_Fasta2",
"GeneBed_Maf_Fasta2",
Expand Down Expand Up @@ -164,6 +163,7 @@
"sam_to_bam": LooseVersion("1.1.3"),
"PEsortedSAM2readprofile": LooseVersion("1.1.1"),
"fetchflank": LooseVersion("1.0.1"),
"Extract genomic DNA 1": LooseVersion("3.0.0"),
}


Expand Down

0 comments on commit 3dec3bd

Please sign in to comment.