When we did
for i in ("1_ATCACG","2_CGATGT","3_TTAGGC","4_TGACCA","5_ACAGTG","6_GCCAAT","7_CAGATC","8_ACTTGA"):
!{bsmaploc}bsmap \
-a {i}_L001_R1_001.fastq.gz \
-d /Volumes/caviar/wd/data/Ostrea_lurida.scafSeq \
-o bsmap_out_{i}.sam \
-p 7
In [11]:
ls /Volumes/caviar/wd/2016-10-11/*stderr
In [14]:
!tail -5 /Volumes/caviar/wd/2016-10-11/*stderr
In [17]:
!head -1 /Users/sr320/git-repos/student-fish546-2016/data/Ostrea_lurida-Scaff-30k.fa
In [26]:
bsmaploc="/Applications/bioinfo/BSMAP/bsmap-2.74/"
In [25]:
%time
In [28]:
cd /Volumes/caviar/wd/2016-10-24
In [30]:
%time
for i in ("1_ATCACG","2_CGATGT"):
!{bsmaploc}bsmap \
-a /Volumes/caviar/wd/2016-10-11/{i}_L001_R1_001.fastq.gz \
-d /Users/sr320/git-repos/student-fish546-2016/data/Ostrea_lurida-Scaff-30k.fa \
-o bsmap_out_{i}.sam \
-p 6 \
2> bsmap_out_{i}.stderr
In [31]:
!tail -5 *.stderr
In [ ]:
/Users/sr320/git-repos/student-fish546-2016/data/Ostrea_lurida-Scaff-10k.fa
In [32]:
for i in ("1_ATCACG","2_CGATGT"):
!{bsmaploc}bsmap \
-a /Volumes/caviar/wd/2016-10-11/{i}_L001_R1_001.fastq.gz \
-d /Users/sr320/git-repos/student-fish546-2016/data/Ostrea_lurida-Scaff-10k.fa \
-o 10k_bsmap_out_{i}.sam \
-p 6 \
2> 10k_bsmap_out_{i}.stderr
!tail -5 *.stderr
In [33]:
for i in ("1_ATCACG","2_CGATGT"):
!{bsmaploc}bsmap \
-a /Volumes/caviar/wd/2016-10-11/{i}_L001_R1_001.fastq.gz \
-d /Users/sr320/git-repos/student-fish546-2016/data/Ostrea_lurida-Scaff-5k.fa \
-o 5k_bsmap_out_{i}.sam \
-p 6 \
2> 5k_bsmap_out_{i}.stderr
!tail -5 *.stderr
In [ ]: