You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really appreciate your small rna seq workflow. I am trying to test it for a paired small rna set to bulk rna set.
I am running into an error when I initialize the program as per your YouTube video / tutorial webpage
(RNAseqSTAR) patrickboada@patrickboada smallrna % smallrnaseq -c default.conf
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/smallrnaseq", line 8, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/smallrnaseq/app.py", line 560, in main
config.write_default_config(conffile, defaults=config.baseoptions)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/smallrnaseq/config.py", line 60, in write_default_config
cp = create_config_parser_from_dict(defaults, ['base','novel','aligner','de'])
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/smallrnaseq/config.py", line 71, in create_config_parser_from_dict
if not data.has_key(s):
AttributeError: 'dict' object has no attribute 'has_key'
Have you run into this error before?
Best,
Patrick
The text was updated successfully, but these errors were encountered:
Hi Damien,
I really appreciate your small rna seq workflow. I am trying to test it for a paired small rna set to bulk rna set.
I am running into an error when I initialize the program as per your YouTube video / tutorial webpage
(RNAseqSTAR) patrickboada@patrickboada smallrna % smallrnaseq -c default.conf
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/smallrnaseq", line 8, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/smallrnaseq/app.py", line 560, in main
config.write_default_config(conffile, defaults=config.baseoptions)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/smallrnaseq/config.py", line 60, in write_default_config
cp = create_config_parser_from_dict(defaults, ['base','novel','aligner','de'])
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/smallrnaseq/config.py", line 71, in create_config_parser_from_dict
if not data.has_key(s):
AttributeError: 'dict' object has no attribute 'has_key'
Have you run into this error before?
Best,
Patrick
The text was updated successfully, but these errors were encountered: