Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
Delattre
belari_Y_FISH
Commits
3bbe96f6
Unverified
Commit
3bbe96f6
authored
Aug 29, 2018
by
Laurent Modolo
Browse files
MUSIC: change read size param
parent
cf94bb20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nf_modules/MUSIC/peak_calling_single.nf
View file @
3bbe96f6
params.read
s
_size = 100
params.read_size = 100
params.frag_size = 200
params.step_l = 50
params.min_l = 200
...
...
@@ -35,7 +35,7 @@ process compute_mappability {
script:
"""
generate_multimappability_signal.csh ${fasta} ${params.read
s
_size} ./
generate_multimappability_signal.csh ${fasta} ${params.read_size} ./
bash temp_map_reads.csh
bash temp_process_mapping.csh
"""
...
...
@@ -98,7 +98,7 @@ MUSIC -get_per_win_p_vals_vs_FC -chip chip/ -control control/ \
-l_win_min ${params.min_l} -l_win_max ${params.max_l}
MUSIC -get_multiscale_punctate_ERs \
-chip chip/ -control control/ -mapp mappability/ \
-l_mapp ${params.read
s
_size} -l_frag ${params.frag_size} -q_val 1 -l_p 0
-l_mapp ${params.read_size} -l_frag ${params.frag_size} -q_val 1 -l_p 0
ls -l
"""
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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