forked from hdr-bgnn/BGNN_Core_Workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstruction_Snakemake.txt
29 lines (18 loc) · 1.07 KB
/
Instruction_Snakemake.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##########################################
Snakemake Usage
##########################################
1- Activate conda an environment containing snakemake. To create environment following instruction here :
## Use conda
https://snakemake.readthedocs.io/en/stable/getting_started/installation.html
1- Get a list of fish to analyze
+ This should be a sublist of the Tulane metadata -> https://bgnn.tulane.edu/hdrweb/hdr/imagemetadata/
+ There is demo list in the main folder : List/list_lepomis_INHS.csv
2- cd in the main folder
cd BGNN_Snakemake
3- Execute snakemake file
The following instruction will automatically call snakefile using snakemake, use <1> cores and use the <list_lepomis_INHS.csv>
snakemake --cores 1 --use-singularity --config list=List/list_lepomis_INHS.csv
SBATCH_ACCOUNT = PAS2136
sinteractive -N 1 -n 4 -t 00:10:00 -A PAS2136 -J test -p debug squeue -u thibaulttabarin
snakemake --cores 4 --use-singularity --config list=List/list_lepomis_INHS.csv
snakemake --cores 4 --use-singularity --config list=list_test.csv