Giter Club home page Giter Club logo

Comments (3)

danydoerr avatar danydoerr commented on September 23, 2024

The log reveals what paths names match the pattern:

RUST_LOG=info ../target/release/gfaffix chunk_133493101_133529958_raw.gfa -o chunk_133493101_133529958_fix.gfa --dont_collapse 'CHM13*' > /dev/null
[..]
[2023-11-10T08:06:58Z INFO  gfaffix] flagging nodes of path CHM13#chrX[133493094] as non-collapsing, total number is now at 1017
[..]

and

RUST_LOG=info ../target/release/gfaffix chunk_133493101_133529958_raw.gfa -o chunk_133493101_133529958_fix1.gfa --dont_collapse 'CHM*' > /dev/null
[..]
[2023-11-10T08:07:28Z INFO  gfaffix] flagging nodes of path CHM13#chrX[133493094] as non-collapsing, total number is now at 1017
[2023-11-10T08:07:28Z INFO  gfaffix] flagging nodes of path HG00735#1#JAHBCH010000058.1#0[32659917] as non-collapsing, total number is now at 1431
[..]

So for CHM13*, only path 'CHM13#chrX[133493094]' matches, while for CHM*, also `HG00735#1#JAHBCH010000058.1#0[32659917]' is matched.

This makes perfectly sense, because CHM13* is supposed to match CHM1, CHM13, CHM133, CHM1333, ..., while CHM* matches CH, CHM, CHMM, ...

from gfaffix.

glennhickey avatar glennhickey commented on September 23, 2024

Duh, sorry, should have thought about it for more than a second.

from gfaffix.

danydoerr avatar danydoerr commented on September 23, 2024

NP, glad to help.

from gfaffix.

Related Issues (13)

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.