GithubHelp home page GithubHelp logo

animalgenomicseth / bovine-graphs Goto Github PK

View Code? Open in Web Editor NEW
29.0 2.0 5.0 24.01 MB

Integrate multiple genome assemblies into a pangenome graph

License: MIT License

Python 86.46% CSS 0.69% R 12.23% HTML 0.62%
bioinformatics genomics pangenome graphs transcriptomic

bovine-graphs's People

Contributors

asleonard avatar danangcrysnanto 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

Watchers

 avatar  avatar

bovine-graphs's Issues

Sequences of negative strands are not reverse complemented using script "get_multiseq.py"

Hi,

I have used the pipeline and get the multiallelic sequences using the script get_multiseq.py.
However, I find some of the nodes of negative strands are not reverse complemented. This may be due to the codes in line 94-103 in script get_multiseq.py:
if ind == (len(paths) - 1): try: totseq += grseq[path][:100] if chainstrand[2] == "+" else revcomp(grseq[path])[ :100] except: totseq += grseq[path] if chainstrand[2] == "+" else revcomp( grseq[path]) else: totseq += grseq[path] if chainstrand[2] == "+" else revcomp( grseq[path])

All of the chainstrand list are indexed as '2'. I think the index should be corrected as 'ind'.

Please check about it.

Thanks for these useful tools!

Mian

get_multisv

hi, when i used the bovine-graphs, i found that this step (get_multisv.py) have too much memorys. We provide more than 3Tb memory to run this step. But we didn't successfully finish it. Therefore, Could you deal with it ?

Missing "assembly/{refgenome}_full.fa"

Thank you for sharing your code!

I am taking the snakemake pipeline for a spin, and it is not obvious what the "assembly/{refgenome}_full.fa" supposed to be. From scanning the code briefly, I thought this would be something created by the "sv" subworkflow, however, the mash sketch command fails in the dry run because it can't find the "assembly/{refgenome}_full.fa" file.

Thanks again!

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.