nf-core/ragtag/patch @ 0.0.0-6c4ed3a
Summary
Homology-based assembly patching: Make continuous joins and fill gaps in 'target.fa' using sequences from 'query.fa'
Get started
Add the following snippet to your workflow script to include this module.
include { RAGTAG_PATCH } from 'nf-core/ragtag/patch'
License
MIT License
Name
|
RAGTAG_PATCH |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
target
file
|
Target assembly *.{fasta,fasta.gz}
|
meta2
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
query
file
|
Query assembly *.{fasta,fasta.gz}
|
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
exclude
file
|
list of target sequences to ignore *.txt
|
meta4
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
skip
file
|
list of query sequences to ignore *.txt
|
stderr
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.patch.err
file
|
Standard error logging for all external RagTag commands *.patch.err
|
patch_agp
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.patch.agp
file
|
AGP file defining how ragtag.patch.fasta is built *.patch.agp
|
patch_fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.patch.fasta
file
|
FASTA file containing the patched assembly *.patch.fasta
|
qry_rename_agp
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.rename.agp
file
|
An AGP file defining the new names for query sequences *.rename.agp
|
versions_ragtag
tuple
${task.process}
string
|
The name of the process |
|---|---|
ragtag
string
|
The name of the tool |
ragtag.py -v | sed 's/v//'
eval
|
The expression to obtain the version of the tool |
qry_rename_fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.rename.fasta
file
|
A FASTA file with the original query sequence, but with new names *.rename.fasta
|
target_splits_agp
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.ctg.agp
file
|
An AGP file defining how the target assembly was split at gaps *.ctg.agp
|
assembly_alignments
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.ragtag.patch.asm.*
file
|
Assembly alignment files *.ragtag.patch.asm.*
|
target_splits_fasta
tuple