Skip to content

Commit

Permalink
update SLIPT-Seq v1 to use 8bp UMI and remove adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKellyGenetics committed May 25, 2023
1 parent 37b3e41 commit 486fc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch_universc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3518,8 +3518,8 @@ else
mv ${crIN}/.temp $convFile
#remove phase blocks and linkers (reverse complement if R2 matched)
sed -E '
/.*?(.{8})(.{8})..G[GT]..G[AC]TG.G[GT]..........[GT]A[AC]GACT(.{8})AT[CT]CACGTGCTTGAG........GCATTCG(.{8}).*/ {
s/.*?(.{8})(.{8})..G[GT]..G[AC]TG.G[GT]..........[GT]A[AC]GACT(.{8})AT[CT]CACGTGCTTGAG........GCATTCG(.{8}).*/\4\3\2\1/g
/[ATCGN][ATGCGN](.{8})(.{8}).{30}(.{8}).{30}(.{8}).*/ {
s/..(.{8})(.{8}).{30}(.{8}).{30.(.{8}).*/\4\3\2\1/g
n
n
s/..(.{8})(.{8}).{30}(.{8}).{30}(.{8}).*/\4\3\2\1/g
Expand Down

0 comments on commit 486fc39

Please sign in to comment.