Coder Social home page Coder Social logo

deep_variant_annotation's People

Contributors

gaow avatar liangyy avatar

Watchers

 avatar  avatar  avatar

deep_variant_annotation's Issues

Make software installation more transparent (eg via docker)

Hi @liangyy i took a look of your setup.sh on RCC. It seems you've configured a very specific environment that I cannot make it work easily on other machines for people without RCC access. I'm wondering if you are interested in helping me putting together a proper docker configuration to make your pipeline a lot more portable? For example eg I've done for the mash paper:

https://github.com/stephenslab/gtexresults/blob/master/workflows/mash.dockerfile

that case people do not need to worry about installing other software than docker itself.

I'm asking because one of our colleagues (you surely know her xD) is going to need to run this on her desktop. Would be good if we can sort this out one way or another. Thanks!

Error when window size smaller than sequence length

I got an error like this:

rule seq2input:
    input: /home/gaow/Documents/GIT/github/atac-gwas/test_var_deepsea/check.passed.ALT.tab.gz
    output: /home/gaow/Documents/GIT/github/atac-gwas/test_var_deepsea/input.ALT.hdf5
    jobid: 9
    wildcards: output_dir=/home/gaow/Documents/GIT/github/atac-gwas, name=test_var_deepsea, type=ALT


Traceback (most recent call last):
  File "/opt/deepann/seq2input.py", line 48, in <module>
    digit_seq[i, encode[seq[i]]] = 1
IndexError: index 1000 is out of bounds for axis 0 with size 1000

And looking at this line of code:

for i in range(len(seq)):

Just from reading the code it seems that if args.window is less than len(seq) there will be index overflow error. Is that the case? I'm not sure how to propose a fix because I'm not seeing how args.window is useful in this script. ...

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.