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
genotoul-bioinfo
metagWGS
Commits
20dc1171
Commit
20dc1171
authored
Jan 10, 2022
by
VIENNE MAINA
Browse files
update docs + add environement variables
parent
66af6629
Changes
1
Hide whitespace changes
Inline
Side-by-side
functional_tests/launch_example.sh
View file @
20dc1171
#!/bin/bash
sbatch
-W
-p
workq
-J
functional_test
--mem
=
6G
\
<<<<<<
< HEAD
--wrap
=
"module load bioinfo/Nextflow-v21.04.1 ; module load system/singularity-3.7.3 ; nextflow run -profile test,genotoul
$METAG_PATH
/main.nf --type 'SR' --input '
$DATASET
/small/input/samplesheet.csv' --host_fasta '
$DATASET
/small/input/host/Homo_sapiens.GRCh38_chr21.fa' --host_index '
$DATASET
/small/input/host/Homo_sapiens.GRCh38_chr21.fa.{amb,ann,bwt,pac,sa}' --kaiju_db_dir '
$DATABANK
/kaijudb_refseq_2020-05-25' --min_contigs_cpm 1000 --diamond_bank '
$DATABANK
/refseq_bacteria_2021-05-20/refseq_bacteria_100000.dmnd' --eggnog_mapper_db_dir '
$EGGNOG_DB
' --taxonomy_dir '
$DATABANK
/taxonomy_2021-12-7' -with-report -with-timeline -with-trace -with-dag"
=======
--wrap
=
"module load bioinfo/Nextflow-v21.04.1 ; module load system/singularity-3.7.3 ; nextflow run -profile test_genotoul_workq
$METAG_PATH
/main.nf --type 'SR' --input '
$DATASET
/small/input/samplesheet.csv' --host_fasta '
$DATASET
/small/input/host/Homo_sapiens.GRCh38_chr21.fa' --host_index '
$DATASET
/small/input/host/Homo_sapiens.GRCh38_chr21.fa.{amb,ann,bwt,pac,sa}' --kaiju_db_dir '
$DATABANK
/kaijudb_refseq_2020-05-25' --min_contigs_cpm 1000 --diamond_bank '
$DATABANK
/refseq_bacteria_2021-05-20/refseq_bacteria_100000.dmnd' --eggnog_mapper_db_dir '
$EGGNOG_DB
' --taxonomy_dir '
$DATABANK
/taxonomy_2021-12-7' -with-report -with-timeline -with-trace -with-dag"
>>>>>>>
update docs + add environement variables
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