mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 21:23:08 +00:00
Remove taxonomy parameter from taxpasta
This commit is contained in:
parent
211b5f3a68
commit
04bc978ef6
3 changed files with 1 additions and 12 deletions
|
@ -543,12 +543,7 @@ process {
|
|||
}
|
||||
|
||||
withName: TAXPASTA_MERGE {
|
||||
ext.args = {
|
||||
[
|
||||
"-p ${meta.tool} -o ${meta.tool}_${meta.id}.${params.standardisation_taxpasta_format}",
|
||||
params.standardisation_taxpasta_addtaxonomy ? "-p" : ""
|
||||
].join(' ').trim()
|
||||
}
|
||||
ext.args = { "-p ${meta.tool} -o ${meta.tool}_${meta.id}.${params.standardisation_taxpasta_format}" }
|
||||
publishDir = [
|
||||
path: { "${params.outdir}/taxpasta/" },
|
||||
mode: params.publish_dir_mode,
|
||||
|
|
|
@ -156,7 +156,6 @@ params {
|
|||
|
||||
// profile standardisation
|
||||
run_profile_standardisation = false
|
||||
standardisation_taxpasta_addtaxonomy = false
|
||||
standardisation_taxpasta_format = 'tsv'
|
||||
standardisation_motus_generatebiom = false
|
||||
}
|
||||
|
|
|
@ -516,11 +516,6 @@
|
|||
"fa_icon": "fas fa-file",
|
||||
"description": "The desired output format.",
|
||||
"enum": ["tsv", "csv", "arrow", "parquet", "biom"]
|
||||
},
|
||||
"standardisation_taxpasta_addtaxonomy": {
|
||||
"type": "boolean",
|
||||
"description": "The path to a directory containing taxdump files, typically from NCBI.",
|
||||
"help_text": "At least nodes.dmp and names.dmp are required. A merged.dmp file is optional."
|
||||
}
|
||||
},
|
||||
"fa_icon": "fas fa-chart-line"
|
||||
|
|
Loading…
Reference in a new issue