8000 Tags · formbio/laava · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: formbio/laava

Tags

v4.0.4

Toggle v4.0.4's commit message
Creating tag for v4.0.4, contains a the mutation calculation fix

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #101 from formbio/doug/fix-permissions

Update create_report to run with local user permissions

v4.0.2

Toggle v4.0.2's commit message
Release candidate v4.0.2

v4.0.1

Toggle v4.0.1's commit message
Release version 4.0.1

v4.0.0

Toggle v4.0.0's commit message
Set internal version to v4.0.0

v3.0.0

Toggle v3.0.0's commit message
Update workflow version to 3.0 and docker sha256 hash

v2.6

Toggle v2.6's commit message
nextflow.config: Update version to 2.6.0 and docker checksum

v2.5

Toggle v2.5's commit message
This release includes a standard Nextflow workflow that takes unalign…

…ed PacBio HiFi

reads from AAV sequencing as input, aligns them to genome reference sequences in the
recommended way, and then performs processing as before to generate the AAV report.

This workflow includes configuration to run locally, on Google Cloud, and on the Form
Bio platform. The individual Nextflow processes (under modules/local/laava.nf) are
designed to be easily included in other Nextflow workflows, for extensibility and
customization.

- Dockerfiles are provided to create images 'laava', for typical use within the
  workflows and interactively, and 'laava_dev', for development. The latter excludes the
  AAV processing scripts and includes more dependencies. The corresponding conda
  environments have matching names.
- The 'laava' container image is now publicly hosted on GitHub Packages, linked to this
  source repo.
- The semi-automated test suite includes a small BAM file in the repo, downsampled from
  the public PacBio scAAV example dataset. This enables end-to-end testing of the
  pipeline.

- New script `prepare_annotation.py` generates the specialized "annotation.txt" file
  from vector annotations in standard BED format and a simple list of additional
  non-vector sequence names (e.g. host genome, helper and repcap plasmids).

- Updated the overview figures to include a "snapback" classification for certain reads
  in ssAAV samples.
- Updated the text in the AAV type/subtype definition tables, also including the
  "snapback" read-level definition.
- In the first two data tables, list "Frequency in AAV" and "Total Frequency" as
  separate columns.
- Resolved a few quirks in rendering tables and conditional subsections.
- Deleted legacy report generation script `plotAAVreport.R`.
- Updated the "Methods" section text to describe the end-to-end workflow.

v2.1

Toggle v2.1's commit message
Update README to reflect current installation and testing

0