Giter VIP home page Giter VIP logo

sneakernet's Introduction

Hi there ๐Ÿ‘‹

Hi! I'm Curtis. I'm a bioinformatician working with Theiagen Genomics. I'm a fan of microbial genomics ๐Ÿฆ , reproducible bioinformatics methods โ™ป๏ธ, and DNA sequencing ๐Ÿงฌ!

  • ๐ŸŒฑ Iโ€™m currently learning Python, WDL, Nextflow, and Continuous Integration techniques
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on developing dockerfiles to make installation and usage of bioinformatics tools easier! See here
  • ๐Ÿ’ฌ Ask me about - Microbial & viral genomes, plasmids, software containers
  • ๐Ÿ“ซ How to reach me - Twitter, LinkedIn, email kapsakcj (at) gmail (dot) com,
  • ๐Ÿ˜„ Pronouns - He/Him

sneakernet's People

Contributors

kapsakcj avatar kpatel427 avatar lskatz avatar

Watchers

 avatar

sneakernet's Issues

remove minikraken database from docker image

Is your feature request related to a problem? Please describe.
Docker image for SneakerNet is pretty large due to the 4GB minikraken database being included with it. Removing it would reduce the image size by 1/2.

Currently users are forced to use the included minikraken db instead of being allowed to supply their own kraken database. This would allow for flexibility and users could use whatever kraken1 database they want.

Describe the solution you'd like
dockerfile changes:

  • line 270: sed -i 's+/opt/kraken/full-20140723+/kraken-database+g' config/settings.conf && \
  • line 271: mkdir /data /kraken-database
  • delete lines 276-276

Will also need to provide users instructions on how to use their own kraken1 database with a container (both singularity and docker). Something along the lines of:

docker run -v /user-krakenDB:/kraken-database lskatz/sneakernet:latest [โ€ฆ]

singularity exec -B /user-krakenDB:/kraken-database sneakernet.simg [...]

Additional context
Add any other context or screenshots about the feature request here.

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.