Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gonzalo S Nido
wgbs-pipeline
Commits
32e21880
Commit
32e21880
authored
Aug 07, 2020
by
Gonzalo S Nido
Browse files
Aaaand another small change
parent
39dc104d
Changes
1
Hide whitespace changes
Inline
Side-by-side
wgbs-pipeline.sh
View file @
32e21880
...
...
@@ -23,9 +23,9 @@ bowtie2="/usr/local/bin/bowtie2-2.4.41"
bowtie_path
=
"/opt/bowtie2-2.4.41/"
samtools
=
"/usr/local/bin/samtools-1.10"
samtools_path
=
"/opt/samtools-1.10"
ext_chr_srt
=
$(
realpath
${
PIPELINEPATH
}
/apps/ext_chr_srt.py
)
meth_prop
=
$(
realpath
${
PIPELINEPATH
}
/apps/methylation_proportion.py
)
generate_bs_indices
=
"
.
/apps/generate_bs_indices.sh"
ext_chr_srt
=
"
${
PIPELINEPATH
}
/apps/ext_chr_srt.py
"
meth_prop
=
"
${
PIPELINEPATH
}
/apps/methylation_proportion.py
"
generate_bs_indices
=
"
${
PIPELINEPATH
}
/apps/generate_bs_indices.sh"
psrecord
=
"~/.local/bin/psrecord"
...
...
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