nf-core/stacks/refmap @ 0.0.0-6c4ed3a
Summary
ref_map.pl script from Stacks for the analysis of RAD-seq data when a reference genome is available.
Get started
Add the following snippet to your workflow script to include this module.
include { STACKS_REFMAP } from 'nf-core/stacks/refmap'
License
MIT License
Name
|
STACKS_REFMAP |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bams
file
|
BAM alignment files from individual samples *.bam
|
popmap
file
|
Tab-delimited population map file *.tsv
|
|---|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
populations.snps.vcf
file
|
Stacks populations vcf output file populations.snps.vcf
|
genepop
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
populations.snps.genepop
file
|
Stacks populations genepop output file populations.snps.genepop
|
hapstats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
populations.hapstats.tsv
file
|
Stacks hapstats output file populations.hapstats.tsv
|
sumstats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
populations.sumstats.tsv
file
|
Stacks populations sumstats output file populations.sumstats.tsv
|
structure
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
populations.structure
file
|
Stacks populations structure output file populations.structure
|
catalog_fa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
catalog.fa.gz
file
|
Stacks catalog fasta output file catalog.fa.gz
|
haplotypes
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
populations.haplotypes.tsv
file
|
Stacks haplotypes output file populations.haplotypes.tsv
|
gstacks_log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
gstacks.log
file
|
Stacks gstacks log output file gstacks.log
|
ref_map_log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
ref_map.log
file
|
Stacks ref_map log output file ref_map.log
|
catalog_chrs
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
catalog.chrs.tsv
file
|
Stacks catalog chrs output file catalog.chrs.tsv
|
catalog_calls
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
catalog.cal |