PriceLab / probannopy

A python package for Probanno!
9 stars 3 forks source link

Allow relative paths in FASTA input #5

Open gregmedlock opened 4 years ago

gregmedlock commented 4 years ago

Currently, using relative paths for fasta file input to generate_reaction_probabilities() does not work because of the way temp outfiles are constructed. This also seems to be the case when specifying an additional folder, since the function is only anticipating a filename, and any included folders will not exist in the temp directory. I will look into potential implementations that would allow this with as little modification as possible.