La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
1 2 3 4 5 6 7 8 9 10 11 12 #!/bin/bash export PYTHONPATH='' source activate snakemake-5.4.5 snakemake \ --snakefile $1 \ --jobscript jobscript.sh \ --cluster-config cluster.json \ --dryrun \ --forceall \ --printshellcmds \ --verbose
#!/bin/bash export PYTHONPATH='' source activate snakemake-5.4.5 snakemake \ --snakefile $1 \ --jobscript jobscript.sh \ --cluster-config cluster.json \ --dryrun \ --forceall \ --printshellcmds \ --verbose