szabgab / wis-python-course-2024-04

16 stars 9 forks source link

Day09 - Omer Sapir #212

Open OmerSapir opened 2 weeks ago

OmerSapir commented 2 weeks ago

https://github.com/OmerSapir/Python-course-assignments/tree/main/Day09

szabgab commented 2 weeks ago

I get this error:

$ python  DNA_analysis.py --input Data/arabidopsis\ thaliana_NM_204289.2.gb  --Duplicate
Traceback (most recent call last):
  File "/home/gabor/Weizmann-2024-04/Omer-Sapir/Day09/DNA_analysis.py", line 68, in <module>
    analyze_dna(args.input, args.duplicate, args.ORF)
                            ^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'duplicate'. Did you mean: 'Duplicated'?
OmerSapir commented 5 days ago

Here is the corrected repository: https://github.com/OmerSapir/Python-course-assignments/tree/main/Day09