Coder Social home page Coder Social logo

hcov-19-genomics's People

Contributors

aking25 avatar alaaalatif avatar andersen-bot avatar gkarthik avatar gp201 avatar joshuailevy avatar kga1978 avatar kramesh1 avatar markzeller avatar niemasd avatar watronfire avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hcov-19-genomics's Issues

Create a new "Release" with a concatenated consensus FASTA attached on each push?

I'm trying to pull all of the consensus genomes, but it takes forever to git clone or to download a zip file of the repo because of the large number of files. I understand the desire to have each consensus sequence in a separate file for the sake of git push friendliness (as well as to circumvent GitHub's file size limit), but would it be possible to add a GitHub Action to automatically create a new "Release" that includes a concatenated single-file FASTA attached to it upon every new commit?

As an example, the GitHub repo I use to track/store the LaTeX source of my CV has a GitHub Action that creates a new release, compiles the LaTeX source to PDF, and attaches the PDF to the release upon every single push:

https://github.com/niemasd/curriculum-vitae

The file that defines the GitHub Action can be found here:

https://github.com/niemasd/curriculum-vitae/blob/master/.github/workflows/compile.yml

I think you would just need to replace LaTeX Compilation step with a step that just runs cat consensus_sequences/*.fasta > consensus_sequences.fasta (or, ideally, cat consensus_sequences/*.fasta | gzip -9 > consensus_sequences.fasta.gz to compress), and then just edit the Publish Release step to point to your consensus_sequences.fasta.gz file

I'm happy to help if desired!

Are iVar variant calling results available?

Hi there,
As you mentioned the Illumina data here were processed with iVar, I wonder if the iSNVs and insertions/deletions data (vcf?) are available? Thank you very much.

Primers?

Hi

Thanks for providing the data.
I was trying to reproduce consensus from your bam file but don't know primers position for trimming. Could you please share bed file or fasta primers?

Thanks

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.