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
Blaise LI
bioinfo_utils
Commits
d817a7ef
Commit
d817a7ef
authored
Feb 14, 2022
by
Blaise Li
Browse files
Typo in singularity Makefile.
This resulted in a wrong symbolic link in the container.
parent
9f0e5657
Changes
1
Hide whitespace changes
Inline
Side-by-side
singularity/Makefile
View file @
d817a7ef
...
...
@@ -11,7 +11,7 @@ install: run_pipeline run_pipeline.sh workflows_shell.sh
install
run_pipeline
$(PREFIX)
_
$(VERSION)
/bin/.
install
run_pipeline.sh
$(PREFIX)
_
$(VERSION)
/bin/.
install
workflows_shell.sh
$(PREFIX)
_
$(VERSION)
/bin/.
for
datatype
in
sRNA-seq smallRNA-seq RNA-seq GRO-seq PRO-seq Degradome-seq Ribo-seq iCLIP-seq iCLIP
;
\
for
datatype
in
sRNA-seq small
_
RNA-seq RNA-seq GRO-seq PRO-seq Degradome-seq Ribo-seq iCLIP-seq iCLIP
;
\
do
\
ln
-sf
$(PREFIX)
_
$(VERSION)
/bin/run_pipeline.sh
$(PREFIX)
_
$(VERSION)
/bin/run_
$
${datatype}
_pipeline
;
\
done
...
...
Write
Preview
Supports
Markdown
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