Skip to content
Snippets Groups Projects
Commit 65c188ba authored by Shaman Narayanasamy's avatar Shaman Narayanasamy
Browse files
parents ddfc623f 8726677d
No related branches found
No related tags found
No related merge requests found
......@@ -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}
"""
......@@ -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"]
......@@ -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
......
......@@ -9,7 +9,7 @@
"Metatranscriptomics": ""
},
"sample": "test",
"outputdir": "build",
"outputdir": "/output",
"db_path": "db",
"preprocessing_filtering": true,
"trimmomatic": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment