Giter VIP home page Giter VIP logo

unialigner's People

Contributors

ishaansd avatar seryrzu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

unialigner's Issues

Usage message when running with no args or with -h/--help

It seems that running the tool without any arguments just outputs the following:

$ ./tandem_aligner
Incorrect parameters
first missing

And running with -h or --help yields the same message:

$ ./tandem_aligner -h
Incorrect parameters
first missing
$ ./tandem_aligner --help
Incorrect parameters
first missing

It might be good to update things so that it prints a descriptive usage message (even just the one that's here in the README) when the user runs it without args and/or with -h/--help

Output SAM or PAF

Hi,

Is possible to output SAM or PAF for two sequence alignments? The default only has CIGARs which cannot use for dot plot. How do you plot synteny with CIGAR in paper?

New modules

Hi!

Is it possible to provide a VCF with e.g. indel variants -> Extract reads of these specific region that contains the indel -> feed them to TandemAligner and get back a corrected VCF?

Rename tandem_aligner to unialigner

Hey, Andrey! Hope you've been well; it's been a while 😄

Just a heads up that the README says the following to compile:

git clone [email protected]:seryrzu/unialigner.git
cd unialigner/unialigner
make -j4

But I think the unialigner subfolder in the repo is currently named tandem_aligner (probably missed during the renaming?). I would open a PR, but renaming the folder where all the source code exists would probably create conflicts with any further development you've done, so I'll just make an Issue and let you resolve it 😄

right alignment to left alignment

Thank you for developing Unialigner, an alignment tool suitable for highly repetitive sequences. I have successfully installed and run it, but based on my test results, it uses a right-aligned strategy. Since this will lead to incomparability with other alignment tools, is it possible to add parameters to provide the possibility of left alignment?

can‘t make

image

what's the matter?
cmake:3.15.7 or 3.19.8
gcc:8.3.1

thanks

Install issue

Hello,

I am trying to install on CentOS7 and ran into some issues.
I cloned the github repo, loaded gcc/8.2.0 and cmake 3.17.3, cd into tandem_aligner/tandem_aligner and ran make -j4
and I am receiving these errors

in tandem_aligner/tandem_aligner/src/tools/suffix_array/suffix_array.hpp:27:41:

error: ‘max_element’ is not a member of ‘std’
         value_type alphabet = 1 + *std::max_element(str.begin(), str.end());

in tandem_aligner/tandem_aligner/src/projects/rare_kmer_aligner/rare_kmer_aligner.hpp:76:32:

error: ‘const class std::unordered_set<__int128 unsigned, std::hash<__int128 unsigned>, std::equal_to<__int128 unsigned>, std::allocator<__int128 unsigned> >’ has no member named ‘contains’
                 if (rare_kmers.contains(hash)) {

Let me know if I can provide any additional information and thanks in advance!

Error using unialigner

I get this error when I try to use this tool. Any clue what is happening?

=== Stack Trace ===
/unialigner/tandem_aligner/build/bin/tandem_aligner(+0xdff9) [0x55f21bd66ff9]
/unialigner/tandem_aligner/build/bin/tandem_aligner(+0x1eb0b) [0x55f21bd77b0b]
/unialigner/tandem_aligner/build/bin/tandem_aligner(+0xa5a9) [0x55f21bd635a9]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ff30e559d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ff30e559e40]
/unialigner/tandem_aligner/build/bin/tandem_aligner(+0xaad5) [0x55f21bd63ad5]
tandem_aligner: /unialigner/tandem_aligner/src/projects/tandem_aligner/tandem_aligner.hpp:186: void tandem_aligner::TandemAligner::Find(const std::experimental::filesystem::v1::__cxx11::path&, const std::experimental::filesystem::v1::__cxx11::path&) const: Assertion `first_vec.size()==1' failed.
/var/lib/slurm/slurmd/job1336413/slurm_script: line 16: 879706 Aborted                 (core dumped) /unialigner/tandem_aligner/build/bin/tandem_aligner --first "/output/2_GFATOOLS_RESULTS/1_3_23_R1041_DORADO_v0.4.1_400bps_SUP_v4.1.0_SIMPLEX_DUPLEX_UL_HG002_3_MIN5000/1_3_23_R1041_DORADO_v0.4.1_400bps_SUP_v4.1.0_SIMPLEX_DUPLEX_UL_HG002_3_MIN5000.asm.bp.hap1.fasta.gz" --second "GRCh38_GIABv3_no_alt_analysis_set_maskedGRC_decoys_MAP2K3_KMT2C_KCNJ18.fasta" -o "/kkyriaki/unialigner"

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.