FastaParser
FastaParser copied to clipboard
[Feature] Allow disabling warnings
Is your feature request related to a problem? Sometimes warnings are unnecessary.
Describe the solution you'd like Implement a way to disable warnings without having to implicitly import the warnings package outside of FastaParser. Maybe add a new parameter to all classes specifying if warnings should be disabled or not (defaulting to 'No')