Converts MAF alignments in another format.
meta
:map
Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]
[ id:'sample1', single_end:false ]
maf
:file
Multiple Alignment Format (MAF) file, optionally compressed with gzip
*.{maf.gz,maf}
format
:string
Output format (one of axt, bam, blast, blasttab, cram, chain, gff, html, psl, sam, or tab)
meta2
fasta
Genome file in FASTA format for CRAM conversion. If compressed it must be done in BGZF format (like with the bgzip tool).
*.{fasta,fasta.gz,fasta.bgz,fasta.bgzf}
meta3
fai
Genome index file needed for CRAM conversion.
*.fai
meta4
gzi
Genome index file needed for CRAM conversion when the genome file was compressed with the BGZF algorithm.
*.gzi
meta5
dict
Samtools dictionary of the genome file.
*.dict
axt_gz
*.axt.gz
Gzipped pairwise alignment in Axt (Blastz) format (optional)
bam
*.bam
Pairwise alignment in BAM format (optional)
bed_gz
*.bed.gz
Gzipped pairwise alignment in BED format (optional)
blast_gz
*.blast.gz
Gzipped pairwise alignment in blast format (optional)
blasttab_gz
*.blasttab.gz
Gzipped pairwise alignment in blasttab format (optional)
chain_gz
*.chain.gz
Gzipped pairwise alignment in UCSC chain format (optional)
cram
*.cram
Pairwise alignment in CRAM format (optional)
gff_gz
*.gff.gz
Gzipped pairwise alignment in GFF format (optional)
html_gz
*.html.gz
Gzipped pairwise alignment in HTML format (optional)
psl_gz
*.psl.gz
Gzipped pairwise alignment in PSL (BLAT) format (optional)
sam_gz
*.sam.gz
Gzipped pairwise alignment in SAM format (optional)
tab_gz
*.tab.gz
Gzipped pairwise alignment in TAB format (optional)
versions
versions.yml
File containing software versions
LAST finds & aligns related regions of sequences.