Skip to content

Commit

Permalink
fixed name of fastagz->fasta converter
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrut authored and natefoo committed Feb 19, 2018
1 parent a456c64 commit 2978145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/converters/fastagz_to_fasta.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="CONVERTER_fastqgz_to_fastq" name="Convert fastq.gz files to fastq" version="1.0.0" hidden="true">
<tool id="CONVERTER_fastagz_to_fasta" name="Convert fastq.gz files to fastq" version="1.0.0" hidden="true">
<command>gzip -dcf '$input1' > '$output1'</command>
<inputs>
<param format="fasta.gz" name="input1" type="data" label="Choose FASTA file"/>
Expand Down

0 comments on commit 2978145

Please sign in to comment.