Skip to content
Snippets Groups Projects
Commit 98ea751d authored by Holger Brandl's avatar Holger Brandl
Browse files

converted star index creation to use jl

parent 8375cabf
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ dge_create_star_index(){
cmd="STAR --runMode genomeGenerate --genomeDir ${star_index} --genomeFastaFiles ${igenome}/Sequence/WholeGenomeFasta/genome.fa --runThreadN 10"
#eval $cmd
#STAR --runMode genomeGenerate --genomeDir ${star_index} --genomeFastaFiles ${igenome}/Sequence/Chromosomes/*.fa --runThreadN 10
mysub "${project}_star_index" "$cmd" -n 5 -R span[hosts=1] -q medium | blockScript
jl submit --wait -n 5 -q medium 0n "${project}_star_index" "$cmd"
## prevent further modification
chmod -w $(dirname ${star_index})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment