Skip to content

Commit

Permalink
modified: cre.bcbio.upgrade.sh
Browse files Browse the repository at this point in the history
	new file:   cre.bcbio.upgrade.star.sh
  • Loading branch information
naumenko-sa committed Mar 11, 2019
1 parent 958d8c3 commit 4b29e81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cre.bcbio.upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#########################################################################
. /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_testing/.test_profile
which bcbio_nextgen.py
bcbio_nextgen.py upgrade -u skip --genomes GRCh37 --aligners star --cores 20
bcbio_nextgen.py upgrade -u skip --genomes GRCh37 --aligners star --cores 10
#--aligners hisat2 --aligners rtg
#########################################################################
# upgrades gemini, cadd, rnaseq if they were installed before, for all references
Expand Down
18 changes: 18 additions & 0 deletions cre.bcbio.upgrade.star.sh
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


0 comments on commit 4b29e81

Please sign in to comment.