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
Cedric Midoux
deepomics16S
Commits
5423b762
Commit
5423b762
authored
Mar 23, 2021
by
Slaheddine Kastalli
Browse files
Delete RunSnake_graph.sh
parent
24be4224
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow/script/RunSnake_graph.sh
deleted
100755 → 0
View file @
24be4224
#!/bin/bash
export
PYTHONPATH
=
''
source
/usr/local/genome/Anaconda2-5.1.0/etc/profile.d/conda.sh
conda activate snakemake-5.7.4
mkdir
-p
report/
snakemake
\
--snakefile
$1
\
--dag
\
| dot
-Tpdf
>
./report/
`
basename
$1
.smk
`
_graph.pdf
Write
Preview
Markdown
is supported
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