MorrellLAB / BAD_Mutations

Deleterious mutation prediction pipeline
MIT License
14 stars 5 forks source link

create new directories #26

Closed lilei1 closed 8 years ago

lilei1 commented 8 years ago

I would like to say create new directories: mkdir -p /scratch/BAD_Mutations_Data /scratch/BAD_Mutations_Deps before run the below command line. ./BAD_Mutations.py -v DEBUG \ setup \ -b /scratch/BAD_Mutations_Data \ -d /scratch/BAD_Mutations_Deps \ -t 'Hordeum_vulgare' \ -e 0.05 \ -m 10 \ -c BAD_Mutations_Config.txt 2> Setup.log

TomJKono commented 8 years ago

Added mkdir to the example command line section