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

Update docs for v0.1.0 #8

Merged
merged 1 commit into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ nav_order: 99

# Version changelog

**0.1.0**
* Update to CLI
* Add skera `split` / `undo` tools
* Introduce SEGMENT read type
* Bug fixes

**0.0.102**
* Improve runtime

Expand Down
13 changes: 8 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ _Skera_ splits arrayed PacBio reads at adapter positions generating
([read-segments](/read-segments)). For each input/parent read (e.g. HiFi)
_skera_ will create multiple bam records, one for each fragment. A parent read
can contain many fragments. _Skera_ has two major functions, split and undo.
_Skera_ undo reconstitutes the original parent read from input fragments;
_Skera_ undo is not yet implemented.
_Skera_ undo reconstitutes the original parent read from input fragments.

## Availability
The latest `skera` can be installed via the bioconda.
Expand All @@ -33,7 +32,7 @@ page](https://github.com/PacificBiosciences/pbbioconda) for information on
Installation, Support, License, Copyright, and Disclaimer.

## Versions
Version **0.0.102**: [Full changelog here](/changelog)
Version **0.1.0**: [Full changelog here](/changelog)

## Input
### Reads
Expand All @@ -43,6 +42,10 @@ HiFi reads in PacBio BAM format.
[Adapters](/adapters) in FASTA format.

## Execution
Skera run on HiFi reads in PacBio BAM format:
Skera split run on HiFi reads in PacBio BAM format:

skera <movie>.hifi_reads.bam adapters.fasta <movie>.skera.bam
skera split <movie>.hifi_reads.bam adapters.fasta <movie>.skera.bam

Skera undo:

skera undo <movie>.skera.bam <movie>.undo.bam