mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:49:55 +00:00
Apply suggestions from code review
This commit is contained in:
parent
aa2d07c42a
commit
5e80df0f94
2 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,6 @@ params {
|
||||||
perform_shortread_clipmerge = true
|
perform_shortread_clipmerge = true
|
||||||
perform_longread_clip = false
|
perform_longread_clip = false
|
||||||
perform_shortread_complexityfilter = true
|
perform_shortread_complexityfilter = true
|
||||||
perform_shortread_hostremoval = true
|
perform_shortread_hostremoval = true
|
||||||
shortread_hostremoval_reference = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta'
|
shortread_hostremoval_reference = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta'
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,7 +81,7 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue