File: run_Schizo_TrinityGG.sh

package info (click to toggle)
trinityrnaseq 2.15.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 468,004 kB
  • sloc: perl: 49,905; cpp: 17,993; java: 12,489; python: 3,282; sh: 1,989; ansic: 985; makefile: 717; xml: 62
file content (7 lines) | stat: -rwxr-xr-x 544 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash -ve

CPU=$(nproc || sysctl -n hw.physicalcpu)

../../Trinity --seqType fq --left top100k.Left.fq.gz --right top100k.Right.fq.gz --genome top100k.genome.gz --genome_guided_use_bam SP2.chr.bam --JM 1G --CPU ${CPU} --genome_guided_max_intron 1000 --SS_lib_type RF --bfly_opts "--no_path_merging --triplet_strict -R 1 -O 10 --edge-thr=0.04" --genome_guided_sort_buffer 6G --genome_guided_CPU $((${CPU} / 2)) --output test_Schizo_GG_outdir
# adding some extra params just to make sure all opts get forwarded on to where they're needed.