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

star debugging

parent 5f24a758
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ fi
## build index if not present
if [ ! -f "${star_index}/SA" ]; then
chmod -R +w ${star_index}
chmod +w $(dirname ${star_index})
mailme "${project}: creating STAR index for $igenome"
mkdir ${star_index}
......@@ -63,7 +63,7 @@ cmd="STAR --runMode genomeGenerate --genomeDir ${star_index} --genomeFastaFiles
mysub "${project}_star_index" "$cmd" -n 5 -R span[hosts=1] -q medium | blockScript
## prevent modification
chmod -R -w ${star_index}
chmod -w $(dirname ${star_index})
fi
......
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