Skip to content

Commit

Permalink
fixed bug when restriction site file sent in
Browse files Browse the repository at this point in the history
  • Loading branch information
nchernia committed Aug 17, 2016
1 parent 6d0a8ec commit 12979fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion AWS/scripts/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ case $site in
*) ligation="XXXX"
echo "$site not listed as recognized enzyme. Using $site_file as site file"
echo "Ligation junction is undefined"
exit 100
esac

## If DNAse-type experiment, no fragment maps
Expand Down
13 changes: 0 additions & 13 deletions SLURM/scripts/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,26 +234,13 @@ fi
## Set ligation junction based on restriction enzyme
case $site in
HindIII) ligation="AAGCTAGCTT";;
MseI) ligation="TTATAA";;
DpnII) ligation="GATCGATC";;
MboI) ligation="GATCGATC";;
NlaIII) ligation="CATG";;
NcoI) ligation="CCATGCATGG";;
MspI) ligation="CCGCGG";;
HinP1I) ligation="GCGCGC";;
StyD4I) ligation="CCNGGCCNGG";;
SaII) ligation="GTCGATCGAC";;
NheI) ligation="GCTAGCTAGC";;
StyI) ligation="CCWWGCWWGG";;
XhoI) ligation="CTCGATCGAG";;
merge) ligation="GATCGATC";;
BglII) ligation="AGATCGATCT";;
CviJI) ligation="'AGCC|GGCT|AGCT|GGCC|GGGG|GGGA|AGGG|CCCT|CCCC|TCCC|AGAG|CTCT'";;
none) ligation="XXXX";;
*) ligation="XXXX"
echo "$site not listed as recognized enzyme. Using $site_file as site file"
echo "Ligation junction is undefined"
exit 100
esac

## If DNAse-type experiment, no fragment maps
Expand Down

0 comments on commit 12979fb

Please sign in to comment.