PhotoSynLab

Author: rahmilale

Handling sequence files

To merge (concatenate) individual sequence files into one file: cat *.seq > combined.seq To reverse complement the sequences: Save the code below as FileNameOfYourChoice.py from Bio.SeqRecord import SeqRecord def make_rc_record(record): “””Returns a new SeqRecord with the reverse complement sequence.””” return SeqRecord(seq = record.seq.reverse_complement(), \ id = “rc_” + record.id, \ description = “reverse complement”) from Bio import SeqIO # I…

Group Meeting, Jan 26th, 2017

Room: R E5-103 Date: Thursday, 26.01.2017 Time: 13:00-13:45 Tatjana and Anne will hold a presentations. For Anne’s presentation see: Chana Kranzler, Nivi Kessler, Nir Keren andYeala Shaked Enhanced ferrihydrite dissolution by a unicellular, planktonic cyanobacterium: a biological contribution to particulate iron bioavailability Environmental Microbiology (2016) 18(12), 5101–5111 doi:10.1111/1462-2920.13496