rrwick / Porechop

adapter trimmer for Oxford Nanopore reads
GNU General Public License v3.0
323 stars 124 forks source link

added --custom_adapters option to include adapters from a csv file #46

Open phiweger opened 6 years ago

phiweger commented 6 years ago

This PR addresses e.g. issue #42 -- instead of hard coding the adapters in adapters.py (common adapters could still reside there) it would be convenient to have an adapters.csv associated with any particular experiment. Instead of CSV I would imagine YAML to be even more convenient, but would leave that up to your judgement. Thanks for considering this PR.