-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks #2
Comments
I worked on updating contigvalidator to use snakemake, getting it to install smoothly, and getting it into a bioconda package. The first part is done |
Created a Unicycler component with QUAST for assessment for the text-based workflow system Snakemake. The workflow system produces bacterial genome assemblies from short sequencing reads using Unicycler and evaluates the assembly using QUAST. |
I created Flowcraft components for QUAST and Bandage. I used Flowcraft to assemble the Shigella sonnei short reads using SPAdes, assess the assembly quality using QUAST, and visualize the assembly graph using Bandage. |
I worked on a hybrid assembly using ABySS and LINKS for three Shigella sonnei plasmids. Assembled short reads with ABySS (k=96). Scaffolded the contigs with LINKS, using long reads. |
The list of what I did:
|
Initially the https://github.com/GFA-spec/assembler-components repository had specifications for some assembly components, and 2 scripts that showed how the ABySS and bcalm assemblers could be combined. During the hackathon I modularized those scripts into 5 components:
and used these components to build 3 pipelines:
They've been uploaded to https://github.com/GFA-spec/assembler-components |
Create bcalm bioconda and flowcraft recipes. Run long-read only assembly. |
I worked on creating a flowcraft component for Unicycler, but got into too many errors, and couldn't manage to debug everything on time! For reference of picking up on it for future Frankenstein assemblers here is my commit: figalit/flowcraft@e554d87 . |
Bioconda
bcalm
recipe for Bioconda @natirFlowcraft
abyss
component @emreerhan Added an abyss component to flowcraft, and added a new disableRR parameter to spades assemblerflow/flowcraft#146bcalm
component @natir Add bcalm flowcraft assemblerflow/flowcraft#149kmergenie
component @paaksumunicycler
component @sjackman Add unicycler assemblerflow/flowcraft#156quast
component @sjackman Add quast assemblerflow/flowcraft#147bandage
component @sjackman Add bandage assemblerflow/flowcraft#150Snakemake
unicycler
component @pkong97Shell
Leader Board
The text was updated successfully, but these errors were encountered: