Description

Converts MAF alignments in another format.

Input

name:type
description
pattern

meta:map

Groovy Map containing sample information e.g. [ 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:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

fasta:file

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:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

fai:file

Genome index file needed for CRAM conversion.

*.fai

meta4:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

gzi:file

Genome index file needed for CRAM conversion when the genome file was compressed with the BGZF algorithm.

*.gzi

Output

name:type
description
pattern

axt_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.axt.gz:file

Gzipped pairwise alignment in Axt (Blastz) format (optional)

*.axt.gz

bam

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.bam:file

Pairwise alignment in BAM format (optional)

*.bam

blast_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.blast.gz:file

Gzipped pairwise alignment in blast format (optional)

*.blast.gz

blasttab_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.blasttab.gz:file

Gzipped pairwise alignment in blasttab format (optional)

*.blasttab.gz

chain_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.chain.gz:file

Gzipped pairwise alignment in UCSC chain format (optional)

*.chain.gz

cram

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.cram:file

Pairwise alignment in CRAM format (optional)

*.cram

fasta:file

Genome file to recover sequences from the CRAM file (optional)

*.{fasta,fasta.gz,fasta.bgz,fasta.bgzf}

gff_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.gff.gz:file

Gzipped pairwise alignment in GFF format (optional)

*.gff.gz

html_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.html.gz:file

Gzipped pairwise alignment in HTML format (optional)

*.html.gz

psl_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.psl.gz:file

Gzipped pairwise alignment in PSL (BLAT) format (optional)

*.psl.gz

sam_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.sam.gz:file

Gzipped pairwise alignment in SAM format (optional)

*.sam.gz

tab_gz

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.tab.gz:file

Gzipped pairwise alignment in TAB format (optional)

*.tab.gz

versions

versions.yml:file

File containing software versions

versions.yml

Tools

last
GPL v3-or-later

LAST finds & aligns related regions of sequences.