Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 394fb37a rédigé par Erwan DELAGE's avatar Erwan DELAGE
Parcourir les fichiers

Update README.md

parent 44606bc1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -36,6 +36,8 @@ You should see the command lines correponding to each workflow rule coming up on
If using a cluster, the call is slightly different :
~~~
source activate microSysMics
# The following awk command just set absolute filepaths in the test manifest file. To run only once.
awk -v P="$(pwd)" 'BEGIN{FS=",";}NR==1{print $1","$2","$3;}NR>1{print $1","P"/"$2","$3;}' test/manifest.csv > test/manifest.tmp && mv test/manifest.tmp test/manifest.csv
snakemake -p --use-conda --latency-wait 60 --cluster "qsub" --jobs 40 --jobscript microSysMics.sh
~~~
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter