Skip to content
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

Open
12 of 15 tasks
sjackman opened this issue Oct 13, 2018 · 8 comments
Open
12 of 15 tasks

Tasks #2

sjackman opened this issue Oct 13, 2018 · 8 comments
Assignees

Comments

@sjackman
Copy link
Contributor

sjackman commented Oct 13, 2018

Bioconda

  • Create a bcalm recipe for Bioconda @natir

Flowcraft

Snakemake

Shell

Leader Board

@sjackman sjackman self-assigned this Oct 13, 2018
@pashadag
Copy link

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

@pkong97
Copy link
Contributor

pkong97 commented Oct 14, 2018

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.

@sjackman
Copy link
Contributor Author

sjackman commented Oct 14, 2018

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.
See https://github.com/hackseq/modular-assembly-hs18/tree/master/flowcraft/spades
and assemblerflow/flowcraft#147
and assemblerflow/flowcraft#150

@sm30
Copy link
Contributor

sm30 commented Oct 14, 2018

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.

@emreerhan
Copy link
Contributor

The list of what I did:

  • I created a FlowCraft component for ABySS!
  • I added an option to disable repeat resolution in the SPAdes FlowCraft component
  • I generated bandage plots and quast statistics for ABySS using FlowCraft
  • I also created the franken-assembler SPAdes-ABySS (or SPABySS), where SPAdes is run without error correction or repeat resolution, and the unitigs are sent to ABySS for processing all the way to scaffolds.

@rchikhi
Copy link
Contributor

rchikhi commented Oct 14, 2018

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:

  • abyss_contigs_from_unitigs.sh
  • abyss_scaffolding.sh
  • abyss_unitigs.sh
  • bcalm.sh
  • gfaview_contigs_from_unitigs.sh

and used these components to build 3 pipelines:

  • ABySS
  • BCALM then ABySS
  • BCALM then gfaview then ABySS

They've been uploaded to https://github.com/GFA-spec/assembler-components
Corresponding Singella assemblies were created and visualized using Bandage.

@natir
Copy link
Contributor

natir commented Oct 14, 2018

Create bcalm bioconda and flowcraft recipes.

Run long-read only assembly.

@figalit
Copy link
Contributor

figalit commented Oct 14, 2018

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 .
I also helped our Reva with R, and joining together all the data for displaying the leaderboard. I also added the project abstract and initial slides for the group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants