simon19891216 / CentIER

BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Error reported when adding gff file option #6

Open jwli-code opened 3 months ago

jwli-code commented 3 months ago

Not sure if it is a software problem or if my gff format does not meet the requirements of the software. It is recommended that authors provide an example-gff file that can be run.

Scanning Sequence 7...Traceback (most recent call last):
  File "CentIERv3.0.py", line 639, in <module>
    if gff:gff_gene_number=ex_gff(gff)
  File "CentIERv3.0.py", line 141, in ex_gff
    gff_gene_number[j]={}
NameError: name 'gff_gene_number' is not defined
simon19891216 commented 3 months ago

Ok,I will solve it as soon as possible

在 2024-08-16 18:16:06,jwli @.***> 写道:

Not sure if it is a software problem or if my gff format does not meet the requirements of the software. It is recommended that authors provide an example-gff file that can be run.

Scanning Sequence 7...Traceback (most recent call last): File "CentIERv3.0.py", line 639, in if gff:gff_gene_number=ex_gff(gff) File "CentIERv3.0.py", line 141, in ex_gff gff_gene_number[j]={} NameError: name 'gff_gene_number' is not defined

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

jwli-code commented 3 months ago

And is there a way or parameter to add threads to reduce the long runtime in genomic analysis?