Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
a6bd3bfe
Commit
a6bd3bfe
authored
Jul 02, 2018
by
Carine Rey
Browse files
add analyses_test
parent
2974f5ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
Makefile
Makefile
+10
-2
No files found.
Makefile
View file @
a6bd3bfe
...
...
@@ -30,12 +30,20 @@ push_docker:
test
:
cd
example
&&
\
reviewphiltrans pipeline
--outdir
outdir
--tree-dir
trees
--profile-fn
aa_fitness/aafitness1_first_100_freq_ok_bpp.csv
--preview
--np
4
&&
\
dot
-Tsvg
dag.dot
-o
dag.svg
mv
dag.dot dagtest.dot
&&
\
dot
-Tsvg
dagtest.dot
-o
dagtest.svg
&&
\
analyses_test
:
cd
example
&&
\
reviewphiltrans pipeline
--outdir
outdir_analyses
--tree-dir
trees4analyses
--profile-fn
aa_fitness/aafitness1_first_100_freq_ok_bpp.csv
--preview
--np
4
&&
\
mv
dag.dot daganalyses_test.dot
&&
\
dot
-Tpdf
daganalyses_test.dot
-o
daganalyses_test.pdf
analyses
:
cd
example
&&
\
reviewphiltrans pipeline
--outdir
outdir_analyses
--tree-dir
trees4analyses
--profile-fn
aa_fitness/aafitness1_first_100_freq_ok_bpp.csv
--np
4
&&
\
dot
-Tpdf
dag.dot
-o
dag.pdf
mv
dag.dot daganalyses.dot
&&
\
dot
-Tpdf
daganalyses.dot
-o
daganalyses.pdf
clean_test
:
rm
-r
example/_bistro
||
exit
0
...
...
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