Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
c86c2e79
Commit
c86c2e79
authored
Apr 17, 2020
by
Venkat Malladi
Browse files
Only get the pooled files.
parent
08d9f08a
Changes
2
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
c86c2e79
...
...
@@ -483,7 +483,7 @@ process plotProfile {
input:
file
("*.pooled.fc_signal.bw")
from bigwigs.collect()
file
bigWigList
from bigwigs.collect()
output:
...
...
workflow/scripts/plot_profile.sh
View file @
c86c2e79
...
...
@@ -84,7 +84,7 @@ run_main() {
usage
fi
bws
=
$(
ls
*
.bw
)
bws
=
$(
ls
*
.
pooled.fc_signal.
bw
)
check_tools
||
exit
1
...
...
Write
Preview
Markdown
is supported
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