Skip to content
Snippets Groups Projects
Verified Commit 92058047 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

src/nf_modules/hisat2/main.nf: remove default parameters

parent d1acbf15
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ fi
"""
}
params.mapping_fastq = "--very-sensitive"
params.mapping_fastq = ""
params.mapping_fastq_out = ""
process mapping_fastq {
container = "${container_url}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment