Converts a SAM/BAM/CRAM file to FASTA
meta{:bash}
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
input{:bash}
:file
BAM/CRAM/SAM file
*.{bam,cram,sam}
interleave{:bash}
:boolean
Set true for interleaved fasta files
fasta{:bash}
*_{1,2}.fasta.gz{:bash}
Compressed FASTA file(s) with reads with either the READ1 or READ2 flag set in separate files.
*_{1,2}.fasta.gz
interleaved{:bash}
*_interleaved.fasta.gz{:bash}
Compressed FASTA file with reads with either the READ1 or READ2 flag set in a combined file. Needs collated input file.
*_interleaved.fasta.gz
singleton{:bash}
*_singleton.fasta.gz{:bash}
Compressed FASTA file with singleton reads
*_singleton.fasta.gz
other{:bash}
*_other.fasta.gz{:bash}
Compressed FASTA file with reads with either both READ1 and READ2 flags set or unset
*_other.fasta.gz
versions{:bash}
versions.yml{:bash}
File containing software versions
versions.yml
Tools for dealing with SAM, BAM and CRAM files