-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
#PBS -l walltime=23:00:00,nodes=1:ppn=10 | ||
#PBS -joe . | ||
#PBS -d . | ||
#PBS -l vmem=31g,mem=31g | ||
|
||
. /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_testing/.test_profile | ||
which bcbio_nextgen.py | ||
|
||
hostname | ||
|
||
# sometimes cannot upgrade STAR on data nodes - memory is low, or cannot take much CPUs | ||
export PATH=/hpf/largeprojects/ccmbio/naumenko/tools/bcbio_testing/bin:$PATH && STAR \ | ||
--genomeDir /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_testing/genomes/Hsapiens/GRCh37/star \ | ||
--genomeFastaFiles /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_testing/genomes/Hsapiens/GRCh37/seq/GRCh37.fa \ | ||
--runThreadN 10 --limitGenomeGenerateRAM 30000000000 --genomeChrBinNbits 14 --runMode genomeGenerate --genomeSAindexNbases 14 | ||
|
||
|