Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gael MILLOT
14985_loot
Commits
2b750774
Commit
2b750774
authored
Mar 29, 2022
by
Gael MILLOT
Browse files
tempo: for fred
parent
c20c104d
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
2b750774
...
...
@@ -538,7 +538,7 @@ process duplicate_removal { // section 24.5 of the labbook 20200707. Warning: US
process report1 {
label 'bash'
cache '
fals
e'
cache '
tru
e'
input:
val file_name
...
...
@@ -847,7 +847,7 @@ base_freq_report_ch.collectFile(name: "base_freq_report.txt").subscribe{it -> it
process report2 {
label 'bash'
cache '
fals
e'
cache '
tru
e'
input:
val files from base_freq_stat_nodup_ch1.collect() // warning: 4 files. Collect() prevent the parallelization
...
...
@@ -920,7 +920,7 @@ process global_logo { // 24.9.3 of the labbook 20200707
script:
"""
global_logo.R "${freq}" ${file_name}
${insertion_dist} "${cute_path}" "global_logo_report.txt"
global_logo.R "${freq}"
"
${file_name}
" "
${insertion_dist}
"
"${cute_path}" "global_logo_report.txt"
"""
// single quotes required because of the !
}
...
...
@@ -929,7 +929,7 @@ process global_logo { // 24.9.3 of the labbook 20200707
process report3 {
label 'bash'
cache '
fals
e'
cache '
tru
e'
input:
file pos from pos_nodup_ch1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment