mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 21:53:09 +00:00
Update default values for host removal parameters
This commit is contained in:
parent
fa1c132635
commit
4b2a3789cd
1 changed files with 12 additions and 12 deletions
|
@ -81,18 +81,18 @@ params {
|
||||||
save_runmerged_reads = false
|
save_runmerged_reads = false
|
||||||
|
|
||||||
// Host Removal
|
// Host Removal
|
||||||
perform_shortread_hostremoval = false
|
perform_shortread_hostremoval = false
|
||||||
shortread_hostremoval_reference = null
|
shortread_hostremoval_reference = null
|
||||||
shortread_hostremoval_index = null
|
shortread_hostremoval_index = null
|
||||||
longread_hostremoval_index = null
|
save_hostremoval_index = false
|
||||||
save_hostremoval_index = false
|
save_hostremoval_mapped = false
|
||||||
save_hostremoval_mapped = false
|
save_hostremoval_unmapped = false
|
||||||
save_hostremoval_unmapped = false
|
longread_hostremoval_index = null
|
||||||
save_minimap2_hostremoval_index = false
|
save_minimap2_hostremoval_index = false
|
||||||
save_minimap2_hostremoval_mapped = false
|
save_minimap2_hostremoval_mapped = false
|
||||||
save_minimap2_hostremoval_unmapped = false
|
save_samtools_unmapped_bam = false
|
||||||
save_samtools_unmapped_bam = false
|
save_minimap2_unmapped_fq = false
|
||||||
save_minimap2_unmapped_fq = false
|
|
||||||
|
|
||||||
// MALT
|
// MALT
|
||||||
run_malt = false
|
run_malt = false
|
||||||
|
|
Loading…
Reference in a new issue