-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest
18 lines (17 loc) · 773 Bytes
/
test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if [ 1 -eq 0 ]
then
Rscript modelado.R --nodes datos_nodos_glc.txt \
--medium M9[glc]\
--mediadb media.tsv \
--checking TRUE \
--abuntable table.from_biom_0.99_glucosa.txt \
--coupling FALSE \
--nucmer ./MUMmer3.23/nucmer \
--showcoords ./MUMmer3.23/show-coords \
--fasta 99_otus.fasta \
--db16s bac120_ssu_reps_r95.fna\
--dbproteins protein_faa_reps/bacteria/ \
--run_smetana FALSE \
--cores 8
fi
Rscript modelado.R --nodes datos_nodos_glc.txt --medium M9[glc] --mediadb media.tsv --checking TRUE --abuntable table.from_biom_0.99_glucosa.txt --coupling FALSE --nucmer ./MUMmer3.23/nucmer --showcoords ./MUMmer3.23/show-coords --fasta 99_otus.fasta --db16s bac120_ssu_reps_r95.fna --dbproteins protein_faa_reps/bacteria/ --run_smetana FALSE --cores 8