mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 08:59:55 +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
|
@ -84,16 +84,16 @@ params {
|
|||
perform_shortread_hostremoval = false
|
||||
shortread_hostremoval_reference = null
|
||||
shortread_hostremoval_index = null
|
||||
longread_hostremoval_index = null
|
||||
save_hostremoval_index = false
|
||||
save_hostremoval_mapped = false
|
||||
save_hostremoval_unmapped = false
|
||||
longread_hostremoval_index = null
|
||||
save_minimap2_hostremoval_index = false
|
||||
save_minimap2_hostremoval_mapped = false
|
||||
save_minimap2_hostremoval_unmapped = false
|
||||
save_samtools_unmapped_bam = false
|
||||
save_minimap2_unmapped_fq = false
|
||||
|
||||
|
||||
// MALT
|
||||
run_malt = false
|
||||
malt_mode = 'BlastN'
|
||||
|
|
Loading…
Reference in a new issue