IQTLabs / hypothesis-bio

Hypothesis extension for computational biology
https://lab41.github.io/hypothesis-bio
Apache License 2.0
15 stars 2 forks source link

file handler #73

Closed zyha closed 1 year ago

zyha commented 4 years ago

1 added min_size=1 for fasta dna, need to do the same when sequence_source is provided and for fastq (didn't look into it)

2 convert hypothesis output to filehandler, tests fasta handling on bio python and scikit

mbhall88 commented 4 years ago

I don't understand the purpose of the to_filehandle.py file and associated test file?