Trinity --seqType fq --max_memory 2G \
--left reads.left.fq.gz --right reads.right.fq.gz \
--SS_lib_type RF --CPU 4 \
--grid_exec '/path/to/HpcGridRunner/hpc_cmds_GridRunner.pl \
--grid_conf /path/to/HpcGridRunner/hpc_conf/BroadInst_UGER.conf -c ' \
--output trinity_outdir_uger_simg_intra \
--singularity_img /path/to/trinityrnaseq.simg
with my grid config as
===
[GRID]
# grid type:
gridtype=SGE
# template for a grid submission
cmd=qsub -cwd -q broad -b y -l h_vmem=10g -pe smp 1 -l h_rt=240:00:00
# number of grid submissions to be maintained at steady state by the Trinity submission system
max_nodes=100
# number of commands that are batched into a single grid submission job.
cmds_per_node=1
===
Note, for it to work this way, trinity needs to be installed (or at least just pulled down from github and not built) so it can kick off the work. All computes end up using the singularity image as specified in the Trinity command.
Hope this helps,
~b
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trinityrnaseq-users/1b590c24-d674-4e38-a610-430d1998a12bn%40googlegroups.com.