When running NF processes on SGE it uses the the -Y qsub flag. How critical is it that NF has that flag set? I ask because there is something odd going on with my cluster setup. Where if I use -Y flag when submitting jobs the job fails.I' am asking this really just out of curiosity. Though I' am working with my cluster admins to solve this be it is unclear so far.
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/nextflow.
For more options, visit https://groups.google.com/d/optout.
#!/bin/bash
#$ -wd /athena/elementolab/scratch/chm2059/from_dat02/chm2059/work/66/9812c97d235ca019d1d7527a5aaadc
#$ -N nf-test_(3)
#$ -o /athena/elementolab/scratch/chm2059/from_dat02/chm2059/work/66/9812c97d235ca019d1d7527a5aaadc/.command.log
#$ -j y
#$ -terse
#$ -V
#$ -notify
#$ -l h_vmem=1G
# NEXTFLOW TASK: test (3)
I'm not aware of any -Y option added by NF.Are you sure that you are not adding in the `clusterOptions` setting ?p
On Tue, May 30, 2017 at 8:05 PM, Charles Murphy <murphy....@gmail.com> wrote:
When running NF processes on SGE it uses the the -Y qsub flag. How critical is it that NF has that flag set? I ask because there is something odd going on with my cluster setup. Where if I use -Y flag when submitting jobs the job fails.I' am asking this really just out of curiosity. Though I' am working with my cluster admins to solve this be it is unclear so far.
--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+unsubscribe@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Nextflow" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nextflow/4YJsyEgIhpA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nextflow+u...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Nextflow" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nextflow/4YJsyEgIhpA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nextflow+u...@googlegroups.com.