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

umitag.py NameError: global name 'read1_in' is not defined #11

Open
apastore opened this issue Apr 11, 2016 · 2 comments
Open

umitag.py NameError: global name 'read1_in' is not defined #11

apastore opened this issue Apr 11, 2016 · 2 comments

Comments

@apastore
Copy link

I what to test umm, but I get NameError: global name 'read1_in' is not defined with this command (all test in the data folder are OK)

python ../umitag.py --read1_in mysample.r1.fastq --read2_in mysample.r2.fastq --read1_out mysample.r1.umitagged.fastq --read2_out mysample.r2.umitagged.fastq --index1 mysample.i1.fastq --index2 mysample.i2.fastq

Traceback (most recent call last):
File "/Users/alessandro/umi/umitag.py", line 95, in
main()
File "/Users/alessandro/umi/umitag.py", line 92, in main
umitag(read1_in, read2_in, index1, index2, read1_out, read2_out, out_dir)
NameError: global name 'read1_in' is not defined

@apastore
Copy link
Author

line 92 gf umitag.py have to say
umitag(args['read1_in'], args['read2_in'], args['index1'], args['index2'], args['read1_out'], args['read2_out'], args['out_dir'])

@martinaryee
Copy link
Contributor

Thanks for catching this. Feel free to submit a pull request. Otherwise I should be able to fix in the next day or two.

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