Skip to content
Snippets Groups Projects
Verified Commit ca5b834f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add pbs script for in2p3

parent 6a9d1f73
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#####################################
# job script example with GE options
#####################################
#$ -S "/usr/local/bin/bash -l"
#$ -q demon
#$ -P P_lbmc
#$ -N nf_pipe
#$ -o /sps/inter/lbmc/lmodolo/logs/
#$ -e /sps/inter/lbmc/lmodolo/logs/
#$ -r n # relaunch y/n
#$ -M laurent.modolo@ens-lyon.fr
#$ -m be ## send an email when the job starts and ends
#$ -l os=cl7 ## choose OS
#$ -l sps=1 ## acces /sps directory
#####################################
PIPELINE=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.nf
CONFIG=/sps/lbmc/common/nextflow/src/nf_modules/kallisto/indexing.config
OPTIONx="--fasta \"data/tiny_dataset/fasta/tiny_v2.fasta\""
time /pbs/throng/lbmc/cl7/nextflow/19.01/nextflow \
-profile ccin2p3_conda \
$PIPELINE \
-c $CONFIG \
$OPTIONS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment