Skip to content
Snippets Groups Projects
Commit 4b6d3a71 authored by Shaman Narayanasamy's avatar Shaman Narayanasamy
Browse files
parents 65adc8fd 30a35b48
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +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 ["/shared"]
VOLUME ["/data", "/config"]
WORKDIR /home/imp/integrated-metaomic-pipeline
CMD ["/bin/bash"]
ENTRYPOINT ["snakemake"]
CMD ["ALL"]
......@@ -466,9 +466,11 @@ rule ANALYSIS_VIZBIN:
-k {config[vizbin][kmer]} \
-p {config[vizbin][perp]} >> {log}
paste <(grep "^>" {output[0]} | sed -e 's/>//') \
<(cat $TMP_VIZBIN/data.points | sed -e 's/,/\t/') > {output[1]}
if [ -f $TMP_VIZBIN/data.points ]
then
paste <(grep "^>" {output[0]} | sed -e 's/>//') \
<(cat $TMP_VIZBIN/data.points | sed -e 's/,/\t/') > {output[1]}
fi
rm -rf $TMP_VIZBIN
"""
......
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