Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
IMP-dev
IMP
Commits
65c188ba
Commit
65c188ba
authored
9 years ago
by
Shaman Narayanasamy
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' of
ssh://git-r3lab-server.uni.lu:8022/shaman.narayanasamy/IMP
into dev
parents
ddfc623f
8726677d
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Snakefile
+0
-9
0 additions, 9 deletions
Snakefile
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
docker/README.md
+2
-0
2 additions, 0 deletions
docker/README.md
src/config.imp.json
+1
-1
1 addition, 1 deletion
src/config.imp.json
with
4 additions
and
11 deletions
Snakefile
+
0
−
9
View file @
65c188ba
...
...
@@ -112,12 +112,3 @@ rule MODULE_LOAD_TEST:
"""
IMPPRL="{config[preload][test]}"; if [[ -n $IMPPRL ]]; then $IMPPRL; fi
"""
if KOOPA:
print(KOOPA)
rule T:
shell:
"""
echo {MT}
"""
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
65c188ba
...
...
@@ -214,7 +214,7 @@ RUN echo "`snakemake --bash-completion`" >> ~/.bashrc \
######################
ENV
PATH /home/imp/lib/trinityrnaseq_r20140717:/home/imp/lib/Platypus_0.8.1:/home/imp/lib/megahit:$PATH
VOLUME
["/data", "/
config
"]
VOLUME
["/data", "/
output
"]
WORKDIR
/home/imp/integrated-metaomic-pipeline
ENTRYPOINT
["snakemake"]
CMD
["ALL"]
This diff is collapsed.
Click to expand it.
docker/README.md
+
2
−
0
View file @
65c188ba
...
...
@@ -11,6 +11,8 @@ For more information about `docker` and how to install and use it, please refers
*
Run latest version of
**IMP**
. For the first run, it will download all dependencies. It can take some time.
```
bash
docker run imp:latest
... downloading data ...
Error: Snakefile
"Snakefile"
not present.
```
## Run IMP on your data
...
...
This diff is collapsed.
Click to expand it.
src/config.imp.json
+
1
−
1
View file @
65c188ba
...
...
@@ -9,7 +9,7 @@
"Metatranscriptomics"
:
""
},
"sample"
:
"test"
,
"outputdir"
:
"
build
"
,
"outputdir"
:
"
/output
"
,
"db_path"
:
"db"
,
"preprocessing_filtering"
:
true
,
"trimmomatic"
:
{
...
...
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