Skip to content

Commit

Permalink
Update juicer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nchernia authored May 12, 2020
1 parent dee3bf6 commit f866383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UGER/scripts/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ then
DpnII) ligation="GATCGATC";;
MboI) ligation="GATCGATC";;
NcoI) ligation="CCATGCATGG";;
Arima) ligation="'(GAATAATC|GAATACTC|GAATAGTC|GAATATTC|GAATGATC|GACTAATC|GACTACTC|GACTAGTC|GACTATTC|GACTGATC|GAGTAATC|GAGTACTC|GAGTAGTC|GAGTATTC|GAGTGATC|GATCAATC|GATCACTC|GATCAGTC|GATCATTC|GATCGATC|GATTAATC|GATTACTC|GATTAGTC|GATTATTC|GATTGATC)'";;
none) ligation="XXXX";;
*) ligation="XXXX"
echo "$site not listed as recognized enzyme. Using $site_file as site file"
Expand Down Expand Up @@ -512,7 +513,7 @@ SPLITEND
fi
touchfile=${tmpdir}/${jname}

myjid=$(qsub -terse -o ${debugdir}/count_ligations-${groupname}-${jname}.out -e ${debugdir}/count_ligations-${groupname}-${jname}.err -q ${queue} -r y -l h_rt=${queue_time} -N ${groupname}${jname}countligations -v usegzip=${usegzip},name=${name},name1=${name1},name2=${name2},ext=${ext},ligation=${ligation} ${juiceDir}/scripts/countligations.sh)
myjid=$(qsub -terse -o ${debugdir}/count_ligations-${groupname}-${jname}.out -e ${debugdir}/count_ligations-${groupname}-${jname}.err -q ${queue} -r y -l h_rt=${queue_time} -N ${groupname}${jname}countligations -v usegzip=${usegzip},name=${name},name1=${name1},name2=${name2},ext=${ext},ligation="${ligation}" ${juiceDir}/scripts/countligations.sh)
echo "Count ligations $jname job $myjid" >> ${debugdir}/jobs-${groupname}.out
if [ -z $chimeric ]
then
Expand Down

0 comments on commit f866383

Please sign in to comment.