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

Analyze_Reads() Function No Defined #2

Closed
srdea93 opened this issue Nov 5, 2020 · 1 comment
Closed

Analyze_Reads() Function No Defined #2

srdea93 opened this issue Nov 5, 2020 · 1 comment

Comments

@srdea93
Copy link

srdea93 commented Nov 5, 2020

I was running this tool from the extraction step through the quantification step and I noticed that when trying to run arcasHLA quant, I received the following error:

arcasHLA quant --ref XXX -t 8 XXX.extracted.fq.gz Traceback (most recent call last): File "/rnd/users/sdea/software/arcasHLA/scripts/quant.py", line 162, in <module> num, avg, std = analyze_reads(args.file, paired, reads_file, False) NameError: name 'analyze_reads' is not defined

After looking into the source code to see if perhaps the function declaration was commented out, I noticed that it is seemingly not declared in quant.py nor in arcas_utilities.

@IoanFilip2
Copy link
Collaborator

Thank you for using our tool. The "quant" functionality of arcasHLA has not been documented entirely yet, and several bugs are currently being resolved as we are going through peer review with your publication. Please note that the analyze_reads function is currently defined in the align.py script. For single-end data, a bug currently appears to call this function prior to definition. This will be fixed in a subsequent update of arcasHLA-quant. Thanks!

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