Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bioinfo_utils
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Blaise LI
bioinfo_utils
Commits
9a0d87a3
Commit
9a0d87a3
authored
5 years ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Add install rule in Makefile.
parent
cfdaca57
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
singularity/Makefile
+16
-0
16 additions, 0 deletions
singularity/Makefile
singularity/README_singularity.md
+1
-1
1 addition, 1 deletion
singularity/README_singularity.md
with
17 additions
and
1 deletion
singularity/Makefile
+
16
−
0
View file @
9a0d87a3
VERSION
:=
$(
shell git log |
head
-1
|
cut
-d
" "
-f2
)
ifeq
($(PREFIX),)
PREFIX
:=
/opt/bioinfo_utils_
$(
VERSION
)
endif
install
:
all
install
-d
$(
PREFIX
)
/bin
install
run_pipeline
$(
PREFIX
)
/bin/.
install
run_pipeline.sh
$(
PREFIX
)
/bin/.
for
datatype
in
sRNA-seq smallRNA-seq RNA-seq GRO-seq PRO-seq Degradome-seq Ribo-seq iCLIP-seq iCLIP
;
\
do
\
ln
-s
$(
PREFIX
)
/bin/run_pipeline.sh
$(
PREFIX
)
/bin/run_
$${
datatype
}
_pipeline
;
\
done
all
:
run_pipeline
all
:
run_pipeline
# Should depend on the rest of the repository.
# Should depend on the rest of the repository.
...
...
This diff is collapsed.
Click to expand it.
singularity/README_singularity.md
+
1
−
1
View file @
9a0d87a3
...
@@ -28,7 +28,7 @@ Here are the aliases available for each pipeline:
...
@@ -28,7 +28,7 @@ Here are the aliases available for each pipeline:
-
`run_PRO-seq_pipeline`
-
`run_PRO-seq_pipeline`
*
RNA-seq
*
RNA-seq
-
`run_RNA-seq_pipeline`
-
`run_RNA-seq_pipeline`
*
Degradme-seq
*
Degrad
o
me-seq
-
`run_Degradome-seq_pipeline`
-
`run_Degradome-seq_pipeline`
*
Ribo-seq
*
Ribo-seq
-
`run_Ribo-seq_pipeline`
-
`run_Ribo-seq_pipeline`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment