mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
fixed name of fastagz->fasta converter
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user