but I'm getting an error:
``
Traceback (most recent call last):
File "Compare_Fasta_KG2.py", line 9, in
class FastaStats:
File "Compare_Fasta_KG2.py", line 30, in FastaStats
input_path = args.Stat_test
AttributeError: 'Namespace' object has no attribute 'Stat_test'
Any ideas how to fix this?
I don't know what `Stat_test` is intended to be..
thanks!
I'm trying to run the new Compare_Fasta_KG2.py in the repo:
but I'm getting an error: `` Traceback (most recent call last): File "Compare_Fasta_KG2.py", line 9, in
class FastaStats:
File "Compare_Fasta_KG2.py", line 30, in FastaStats
input_path = args.Stat_test
AttributeError: 'Namespace' object has no attribute 'Stat_test'