-
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.
- Loading branch information
1 parent
6b3ac62
commit 98e8a1a
Showing
4 changed files
with
28 additions
and
10 deletions.
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 |
---|---|---|
@@ -1,19 +1,22 @@ | ||
#!/bin/bash | ||
#PBS -l walltime=240:00:00,nodes=1:ppn=30 | ||
#PBS -l walltime=150:00:00,nodes=1:ppn=30 | ||
#PBS -joe . | ||
#PBS -d . | ||
#PBS -l vmem=100g,mem=100g | ||
#PBS -l vmem=50g,mem=50g | ||
|
||
. /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_1.1.5/.test_profile | ||
. /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_1.1.5/.profile115 | ||
which bcbio_nextgen.py | ||
|
||
hostname | ||
|
||
bcbio_path=/hpf/largeprojects/ccmbio/naumenko/tools/bcbio_1.1.5 | ||
|
||
#GRCh37 | ||
reference="hg38" | ||
|
||
# sometimes cannot upgrade STAR on data nodes - memory is low, or cannot take much CPUs | ||
# can take more than a day | ||
export PATH=${bcbio_path}/bin:$PATH && STAR \ | ||
--genomeDir ${bcbio_path}/genomes/Hsapiens/GRCh37/star \ | ||
--genomeFastaFiles ${bcbio_path}/genomes/Hsapiens/GRCh37/seq/GRCh37.fa \ | ||
--genomeDir ${bcbio_path}/genomes/Hsapiens/${reference}/star \ | ||
--genomeFastaFiles ${bcbio_path}/genomes/Hsapiens/${reference}/seq/${reference}.fa \ | ||
--runThreadN 30 --limitGenomeGenerateRAM 30000000000 --genomeChrBinNbits 14 --runMode genomeGenerate --genomeSAindexNbases 14 |
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,14 @@ | ||
/hpf/largeprojects/ccmbio/naumenko/tools/bcbio_1.1.5/bin/bcbio_nextgen.py | ||
node080 | ||
May 25 22:55:29 ..... started STAR run | ||
May 25 22:55:30 ... starting to generate Genome files | ||
May 25 22:56:48 ... starting to sort Suffix Array. This may take a long time... | ||
May 25 22:57:14 ... sorting Suffix Array chunks and saving them to disk... | ||
May 25 23:22:50 ... loading chunks from disk, packing SA... | ||
May 25 23:30:16 ... finished generating suffix array | ||
May 25 23:30:16 ... generating Suffix Array index | ||
May 25 23:35:50 ... completed Suffix Array index | ||
May 25 23:35:50 ... writing Genome to disk ... | ||
May 25 23:36:04 ... writing Suffix Array to disk ... | ||
May 25 23:39:16 ... writing SAindex to disk | ||
May 25 23:39:41 ..... finished successfully |
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