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

Fastq downloaded from SRA showing error at identify off-targets step #48

Open
asgarhussain opened this issue Aug 6, 2018 · 4 comments

Comments

@asgarhussain
Copy link

I am able to align fastq file from SRA successfully. But I am getting following error at off-target step

[08/06 12:11:40PM][INFO][guideseq] Identifying offtarget sites...
[08/06 12:11:40PM][INFO][identifyOfftargetSites] Processing SAM file output1/aln1/aligned/SRR1695633_r1.sam
[08/06 12:11:40PM][ERROR][guideseq] Error identifying offtarget sites.
[08/06 12:11:40PM][ERROR][guideseq] Traceback (most recent call last):
File "guideseq/guideseq.py", line 231, in identifyOfftargetSites
identifyOfftargetSites.analyze(samfile, self.reference_genome, self.identified[sample], annotations)
File "/home/asgar/asgar_work/dac/guideseq/guideseq/identifyOfftargetSites.py", line 217, in analyze
chromosome_position.addPositionBarcode(chromosome, read_position, strand, barcode, primer, count)
File "/home/asgar/asgar_work/dac/guideseq/guideseq/identifyOfftargetSites.py", line 66, in addPositionBarcode
self.chromosome_barcode_dict[chromosome][position][strand][barcode] += count
TypeError: unsupported operand type(s) for +=: 'int' and 'NoneType'

Does script not support the fastq file without bar code information ?

@madaojjc
Copy link

madaojjc commented May 9, 2020

Hi, I met the same issue, have you ever solved it? THANKS

@asgar-hussain
Copy link

@madaojjc They have not provided the bar code file in the SRA. I think off-target step can not run without it.

@wenhuihuang1979
Copy link

@asgar-hussain why? if not, how can we repeat their results?

@Bathroomboss
Copy link

The same question to you. Can we get the "index reads" from SRA and repeat their results?

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

5 participants