Skip to content
Snippets Groups Projects
Commit 50da233f authored by nservant's avatar nservant
Browse files

[MODIF] remove sort from get_valid_interaction

parent e41eb376
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ process GET_VALID_INTERACTION {
--all \\
${args}
sort -k2,2V -k3,3n -k5,5V -k6,6n -o ${bam.baseName}.validPairs ${bam.baseName}.validPairs
cat <<-END_VERSIONS > versions.yml
"${task.process}":
python: \$(echo \$(python --version 2>&1) | sed 's/Python //')
......
......@@ -22,8 +22,6 @@ process GET_VALID_INTERACTION_DNASE {
-r ${bam} \\
${args}
sort -k2,2V -k3,3n -k5,5V -k6,6n -o ${bam.baseName}.validPairs ${bam.baseName}.validPairs
cat <<-END_VERSIONS > versions.yml
"${task.process}":
python: \$(echo \$(python --version 2>&1) | sed 's/Python //')
......
......@@ -26,7 +26,7 @@ process TRIM_READS {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
python: \$(echo \$(python --version 2>&1) | sed 's/^Python//; s/ .*\$//')
gzip: \$(echo \$(gzip --version 2>&1) | head -1 | cut -d" " -f2)
END_VERSIONS
"""
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment