PlantProteomes / SeqComparison

A project for comparing plant proteome sequences
Apache License 2.0
0 stars 2 forks source link

error with Compare_Fasta_KG2.py #3

Open edeutsch opened 2 years ago

edeutsch commented 2 years ago

I'm trying to run the new Compare_Fasta_KG2.py in the repo:

python Compare_Fasta_KG2.py ../proteomes/maize/original/mitochondrion.2.fasta ../proteomes/maize/original/mitochondrion.2.fasta

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!