run_FMBY2_Copy_L1.pbs 465 B

12345678910111213141516171819
  1. #!/bin/sh
  2. #PBS -N FMBY2_Copy
  3. #PBS -j oe
  4. #PBS -l ncpus=8
  5. #PBS -l nodes=1
  6. #PBS -l mem=10G
  7. set -e
  8. sams=(`cut -f1 $sam_list`)
  9. echo "Samples:" ${sams[*]}
  10. echo $script_dir
  11. sh $script_dir/module/run_Copy_Result.sh -l $sam_list -o $out_dir -x $script_dir -c $cnv_dir -r $res_dir
  12. cd $cnv_dir
  13. sh $script_dir/module/run_check_sex.sh $samplesheet
  14. cd $out_dir/log && touch FMBY2.finished
  15. #prefix=`basename $res_dir`
  16. #cd $out_dir
  17. #sh $script_dir/module/run_summary.sh $prefix