NAL-i5K / GFF3toolkit

Python programs for processing GFF3 files
Other
95 stars 27 forks source link

Modified map fuction #101

Closed ShangYuChiang closed 4 years ago

ShangYuChiang commented 4 years ago

Fixed the problem 'gff3_fix program didn't remove most of the errors that are in statistic.txt '

codecov[bot] commented 4 years ago

Codecov Report

Merging #101 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #101   +/-   ##
======================================
  Coverage    6.84%   6.84%           
======================================
  Files          27      27           
  Lines        5009    5009           
======================================
  Hits          343     343           
  Misses       4666    4666
Impacted Files Coverage Δ
gff3tool/lib/gff3_fix/fix.py 3.83% <0%> (ø) :arrow_up:
gff3tool/bin/gff3_fix.py 12.9% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6b321b...abbce02. Read the comment docs.

mpoelchau commented 4 years ago

This fixes gff3_fix! Thanks @ShangYuChiang.