Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output regex matching table to user as part of logging #50

Open
roblanf opened this issue Jun 11, 2020 · 0 comments
Open

Output regex matching table to user as part of logging #50

roblanf opened this issue Jun 11, 2020 · 0 comments
Assignees

Comments

@roblanf
Copy link
Owner

roblanf commented Jun 11, 2020

I've noticed a lot of users so far (and I suspect a lot more that aren't posting here) are having trouble figuring out the regex pattern matching. It's not surprising, regex is HARD.

So here's my suggestion, once we've done the regex pattern matching, we should output as part of the logging (and as a file so users can check it and upload it when asking for help), a table that matches the format of our input csv file. Something like this:

"sangeranalyseR will group your X reads into Y contigs according to the following table, if this is not what you want, please check your input files and adjust accordingly, for help with this please see this page of the documentation: https://sangeranalyser.readthedocs.io/en/latest/content/beginner.html#step-1-preparing-your-input-files:

contig    direction    reads
A1    F    A1_F.ab1
A1    R    A1_R.ab1
etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants