Skip to content

Commit c51a4c2

Browse files
authored
Update_writing_using_seqtk02.rst
`-A` replaced the `-a` as mentioned in the option section of seqtk seq, despite `-a` just did the job!!!! A matter of consistency!! as in: galaxyproject#561
1 parent 90c70eb commit c51a4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_writing_suites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ is now we are adding the ``--macros`` flag).
1919
--id 'seqtk_seq' \
2020
--name 'Convert to FASTA (seqtk)' \
2121
--requirement seqtk@1.0-r68 \
22-
--example_command 'seqtk seq -a 2.fastq > 2.fasta' \
22+
--example_command 'seqtk seq -A 2.fastq > 2.fasta' \
2323
--example_input 2.fastq \
2424
--example_output 2.fasta \
2525
--test_case \

0 commit comments

Comments
 (0)