Skip to content
Snippets Groups Projects
Commit 729c19b1 authored by ameyner2's avatar ameyner2
Browse files

Fixed comma in qsub

parent 743b9fe8
No related branches found
No related tags found
No related merge requests found
......@@ -221,8 +221,7 @@ X=`wc -l $PARAMS_DIR/$project_id.family_ids.txt | awk '{print $1}'`
```
cd /home/u035/project/trio_whole_exome/analysis/logs
qsub -v PROJECT_ID=$project_id,VERSION=$version\
CONFIG_SH=/home/u035/project/scripts/trio_whole_exome_config.sh \
qsub -v PROJECT_ID=$project_id,VERSION=$version,CONFIG_SH=/home/u035/project/scripts/trio_whole_exome_config.sh \
-J 1-$X -N trio_whole_exome_bcbio.$project_id \
/home/u035/project/scripts/submit_bcbio_trio_wes.sh
```
......
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