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

Missing index files #60

Open
nechamaklt11 opened this issue May 31, 2020 · 1 comment
Open

Missing index files #60

nechamaklt11 opened this issue May 31, 2020 · 1 comment

Comments

@nechamaklt11
Copy link

Hi,
I have undemultiplexed fastq files that i'd like to analyze using guideseq, but unfortunataly I don't have the two index files (I didn't change the miseq settings before the run). Is there any way i can use guideseq without having the index files?

thanks in advance

@matandro
Copy link

matandro commented Feb 23, 2021

You can reuse blc2fastq on your BCL files with the flag. it will re demultiplex and give you the index files. You can also put a fake index in the sample sheet to get an "undetermined" file and run the entire process with guideseq.

If you want to do the "start" by yourself you can get to post umi taggin (question is how do you pull the umi if you have the same design where it sits in index2)
After umi tagging your read labels (lines that starts with @) should end with <umi>_<first 6 letters of R1>_<first 6 letters of R2>. If you can get to that point by yourself you can run alignment and such by yourself.
If you have no UMI you can probably do some long random sequence instead of the UMI part or try to run it without consolidating (I haven't tried but it might work)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants