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

@lakshman disabled chmod when creating star index

parent 4c51eecd
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ dge_create_star_index(){
echo "Error: Index directory ${star_index} already exists." >&2 ; return;
fi
chmod +w $(dirname ${star_index})
# chmod +w $(dirname ${star_index})
mailme "${project}: creating STAR index in ${star_index}"
mkdir ${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