nf-core/t1k/run @ 0.0.0-6c4ed3a
Summary
write your description here
Get started
Add the following snippet to your workflow script to include this module.
include { T1K_RUN } from 'nf-core/t1k/run'
License
MIT License
Name
|
T1K_RUN |
|---|
meta
map
|
Groovy Map containing sample id and single_end label for fastq input files. e.g. |
|---|---|
input
file
|
BAM or FASTQ file(s). *.{bam,fastq}
|
fasta
file
|
Reference fasta file. *.{fa,fasta}
|
cordinates
file
|
A fasta file with the coordinates of the gene alleles in the header as created form the t1k/build *.fa
|
barcodes
file
|
A file with a list of barcodes. *.txt
|
barcodewhitelist
file
|
A file with a whitelist of barcodes. *.txt
|
allele_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_allele.tsv
file
|
File with the representative alleles and their quality scores. *_allele.tsv
|
allele_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_allele.vcf
file
|
A vcf file with the novel SNPs. |
barcode_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_barcode_expr.tsv
file
|
Data matrix where rows are the barcodes and columns are the allele abundances. |
genotype_tsv
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_genotype.tsv
file
|
Genotyping file where the allele for each gene has its own line. *_genotype.tsv
|
versions_t1k
tuple
${task.process}
string
|
The name of the process |
|---|---|
t1k
string
|
The name of the tool |
run-t1k 2>&1 | head -n 1 | cut -d '-' -f 1 | cut -d v -f 2
eval
|
The expression to obtain the version of the tool |
barcode_aligned
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_aligned_bc.fa
file
|
Barcodes form aligned reads. *_aligned_bc.fa
|
candidate_reads
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_candidate*.fq
file
|
Fastq file containing candidate reads extracted from raw data for genotyping. |
barcode_candidate
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_candidate_bc.fa
file
|
Barcodes form candidate reads. *_candidate_bc.fa
|
aligned_reads_paired
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*_aligned_{1,2}.fa
file
|
Aligned reads in fasta format from paired-end input. *_aligned_{1,2}.fa
|
aligned_reads_single
tuple
meta
map
|
|---|