pass¶
Directly pass input to output without any processing, useful for converting and attribute setting
See this page for the options common to all commands.The pass
command does nothing to the sequence records, it just passes them
directly to the output. Still, this is an useful command for the following:
- Format conversion
- Editing header attributes
Examples¶
Convert GZIP-compressed FASTQ to FASTA:¶
equivalent, shorter notation:
More¶
This page lists examples with execution times compared to other tools.