Giter Club home page Giter Club logo

Comments (13)

danydoerr avatar danydoerr commented on June 26, 2024 1

You also removed the possibility to run several iterations of growth. Was this your intention?

Yes. We compute the growth curve exactly, so no need to sample. And we are faster doing so :)

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

Both the script and the binary are from today's master.

from panacus.

danydoerr avatar danydoerr commented on June 26, 2024

Please use the "ng" branch. It's close to being released. We will probably push to main some time next week. Also, if you call visualize_growth.py, make sure to pipe the output into a file, e.g. "> growth.pdf".

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

I gave it another try using the ng branch and now the following command is just stuck and I have to type q to end it. Control + C did have no effect:

python3 ~/software/panacus/git/master/scripts/visualize_growth.py chrM.hprc-v1.0-pggb.og.histgrowth.tsv > chrM.hprc-v1.0-pggb.og.histgrowth.tsv.pdf

I did the following to generate the file:

panacus histgrowth -c bps chrM.hprc-v1.0-pggb.gfa > chrM.hprc-v1.0-pggb.og.histgrowth.tsv

Would I need to use another subcommand?

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

You also removed the possibility to run several iterations of growth. Was this your intention?

from panacus.

danydoerr avatar danydoerr commented on June 26, 2024

I gave it another try using the ng branch and now the following command is just stuck and I have to type q to end it. Control + C did have no effect:

python3 ~/software/panacus/git/master/scripts/visualize_growth.py chrM.hprc-v1.0-pggb.og.histgrowth.tsv > chrM.hprc-v1.0-pggb.og.histgrowth.tsv.pdf

Are you running the latest version?


I did the following to generate the file:

panacus histgrowth -c bps chrM.hprc-v1.0-pggb.gfa > chrM.hprc-v1.0-pggb.og.histgrowth.tsv


Would I need to use another subcommand?

That's the right command!

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

I gave it another try using the ng branch and now the following command is just stuck and I have to type q to end it. Control + C did have no effect:

python3 ~/software/panacus/git/master/scripts/visualize_growth.py chrM.hprc-v1.0-pggb.og.histgrowth.tsv > chrM.hprc-v1.0-pggb.og.histgrowth.tsv.pdf

Are you running the latest version?


I did the following to generate the file:

panacus histgrowth -c bps chrM.hprc-v1.0-pggb.gfa > chrM.hprc-v1.0-pggb.og.histgrowth.tsv


Would I need to use another subcommand?

That's the right command!

I am using

commit 96776f697b989643056e107d9fba52d10c422653 (HEAD -> ng, origin/ng)
Author: lucaparmigiani <[email protected]>
Date:   Wed May 10 11:45:17 2023 +0200

    intersection and coverage with rug integers

from panacus.

danydoerr avatar danydoerr commented on June 26, 2024

I gave it another try using the ng branch and now the following command is just stuck and I have to type q to end it. Control + C did have no effect:

python3 ~/software/panacus/git/master/scripts/visualize_growth.py chrM.hprc-v1.0-pggb.og.histgrowth.tsv > chrM.hprc-v1.0-pggb.og.histgrowth.tsv.pdf

Are you running the latest version?


I did the following to generate the file:

panacus histgrowth -c bps chrM.hprc-v1.0-pggb.gfa > chrM.hprc-v1.0-pggb.og.histgrowth.tsv


Would I need to use another subcommand?

That's the right command!

I am using

commit 96776f697b989643056e107d9fba52d10c422653 (HEAD -> ng, origin/ng)
Author: lucaparmigiani <[email protected]>
Date:   Wed May 10 11:45:17 2023 +0200

    intersection and coverage with rug integers

Yeah, this is not the latest version. It's no on d77b72d. Please update.

from panacus.

danydoerr avatar danydoerr commented on June 26, 2024

I gave it another try using the ng branch and now the following command is just stuck and I have to type q to end it. Control + C did have no effect:

python3 ~/software/panacus/git/master/scripts/visualize_growth.py chrM.hprc-v1.0-pggb.og.histgrowth.tsv > chrM.hprc-v1.0-pggb.og.histgrowth.tsv.pdf

Are you running the latest version?


I did the following to generate the file:

panacus histgrowth -c bps chrM.hprc-v1.0-pggb.gfa > chrM.hprc-v1.0-pggb.og.histgrowth.tsv


Would I need to use another subcommand?

That's the right command!

I am using

commit 96776f697b989643056e107d9fba52d10c422653 (HEAD -> ng, origin/ng)
Author: lucaparmigiani <[email protected]>
Date:   Wed May 10 11:45:17 2023 +0200

    intersection and coverage with rug integers

Yeah, this is not the latest version. It's no on d77b72d. Please update.

No need to re-run panacus, just re-run the visualization script.

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

Alright, I am here

commit d77b72d7bbe2837f831e0cc0445c57fcfab8996f (HEAD -> ng, origin/ng)
Author: Dany Doerr <[email protected]>
Date:   Wed May 10 14:21:38 2023 +0200

    improve visualization

And I ran

panacus histgrowth -c bps chrM.hprc-v1.0-pggb.gfa > chrM.hprc-v1.0-pggb.og.histgrowth.tsv
python3 ~/software/panacus/git/master/scripts/visualize_growth.py chrM.hprc-v1.0-pggb.og.histgrowth.tsv > chrM.hprc-v1.0-pggb.og.histgrowth.tsv.pdf

Which gives me
Input file "chrM.hprc-v1.0-pggb.og.histgrowth.tsv" has wrong header. It doesn't seem to be generated by panacus, exiting.

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

Doing all steps from scratch inclusively a fresh clone on my local machine, it worked. Thanks!

from panacus.

subwaystation avatar subwaystation commented on June 26, 2024

Edit: There was indeed a bug within the header of the TSV. It worked only works when you execute via ./target/release/panacus, but fails when using a symlink running directly panacus. A fix is incoming I was told ;)

from panacus.

danydoerr avatar danydoerr commented on June 26, 2024

Fixed version is now committed.

from panacus.

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.