Skip to content
Snippets Groups Projects
Commit c86c2e79 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Only get the pooled files.

parent 08d9f08a
Branches
Tags
1 merge request!67Resolve "Rename Plot profile to be consistent with naming"
......@@ -483,7 +483,7 @@ process plotProfile {
input:
file ("*.pooled.fc_signal.bw") from bigwigs.collect()
file bigWigList from bigwigs.collect()
output:
......
......@@ -84,7 +84,7 @@ run_main() {
usage
fi
bws=$(ls *.bw)
bws=$(ls *.pooled.fc_signal.bw)
check_tools || exit 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment