GithubHelp home page GithubHelp logo

Comments (6)

Yuyao1025 avatar Yuyao1025 commented on August 12, 2024

Have you solved this problem yet? I met this problem, too. Could you please share your experience for me?Thanks so much!

from alignqc.

SziKayLeung avatar SziKayLeung commented on August 12, 2024

No I haven't, but do let me know too if you have solved the problem - Thanks!

from alignqc.

Yuyao1025 avatar Yuyao1025 commented on August 12, 2024

I had solved it after i compressed .gft file to .gz format. I think there is a bug exist in "analyze.py", line 46 and line 47. I think you can also solve these problem through fixing this bug.

from alignqc.

abayega avatar abayega commented on August 12, 2024

Hi Szi Kay,

I think AlignQC works with gpd file not gtf. This could be a problem too.

from alignqc.

abayega avatar abayega commented on August 12, 2024

Sorry, my bad, just realised that gtf is actually preferred.

from alignqc.

SziKayLeung avatar SziKayLeung commented on August 12, 2024

Thank you @Yuyao1025, I agree it's the bug in line 46 and 47. The bug was fixed by removing the word "gzip" after open on line 47. So the following code works for anyone with the same issue:

if args.gtf[-3:] == '.gz': ginf = gzip.open(args.gtf)
else: ginf = open(args.gtf)

and thank you @abayega for commenting!

from alignqc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.