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

Update plot profile name.

parent 60b877d9
Branches
Tags
1 merge request!67Resolve "Rename Plot profile to be consistent with naming"
......@@ -498,7 +498,7 @@ process plotProfile {
script:
"""
module load deeptools/2.5.0.1
bash $baseDir/scripts/plotProfile.sh
bash $baseDir/scripts/plot_profile.sh
"""
}
......
#!/bin/bash
#plotProfile.sh
#plot_profile.sh
bws=$(ls *.bw)
gtf=$(ls *.gtf *.bed)
......
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