biocore / microprot

structural annotation pipeline for microbial genomes and metagenomes
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Process fasta #38

Closed tkosciol closed 7 years ago

tkosciol commented 7 years ago

I renamed processing to process_fasta and added split_fasta function, which takes a multi-protein FASTA file and splits it into multiple single-protein FASTA files.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 93.782% when pulling c9cce06b458bea60a12e3f542af0b9293749c93f on process_fasta into d5e733827e35a1a2e380b75d8f4046b7c589a245 on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.7%) to 93.557% when pulling 14414d3eda5e5ad0f1c85ef01c7a1457610ecbd9 on process_fasta into d5e733827e35a1a2e380b75d8f4046b7c589a245 on master.

tkosciol commented 7 years ago

if someone is eager to write tests for type checking in split_fasta then I'd be more than happy to let them.:)

qiyunzhu commented 7 years ago

Good now!