You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
config tells pychopper in what orientiation to expect your adapter/primer sequences used to make the full-length cDNA library. So for instance it be odd to have a read that both start and finished with a SSP sequence or VNP sequence. Depending on whether the sequence is the original mRNA or cDNA copy you expect a certain orientation. For cDNA kit from nanopore you should not need to change anything other you can invoke a specific flag in a second pass to rescue chimeric reads generating during the cDNA library prep I think. Did you read the README?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lines 275-276 in
https://github.com/nanoporetech/pychopper/blob/master/scripts/cdna_classifier.py
say:
if args.x == "DCS109":
CONFIG = "-:VNP,-VNP"
What is the meaning of this config?
What config.txt should I use for a direct cDNA kit ?
Thank you for the great tool :)
The text was updated successfully, but these errors were encountered: