generated from microsoft/python-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: adding converters and test data for AA translation (#87)
* implement process/normalize_reads() * WIP: bam_to_cleartext_alignment * POC bam_to_cleartext_aligment() * WIP insertions as JSON * POC full aligne wiht padding and small data * add note * correct readme and cleanup of index files * reformat * refactor resources * [refactor]: `silo` module (#80) * refactor: move lapis script to module * refactor: move wrangleing to silo module * refactor: move wrangleing to silo module * add docs * Update src/sr2silo/silo/wrangle.py Co-authored-by: Copilot <[email protected]> * typos - github copilote Co-authored-by: Copilot <[email protected]> * refactore: moving the URLs for lapis to env variables * bug: auth should not be got is in CI * silo * silo * OO in silo * works * WORKS * CI issue --------- Co-authored-by: Gordon J. Köhn <[email protected]> Co-authored-by: Copilot <[email protected]> Getting all Changes from the Nextclade Try on main for try with BlastX * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * Update tests/data/bam/README.md Co-authored-by: Copilot <[email protected]> * reformat * missing fixture tag --------- Co-authored-by: Gordon J. Köhn <[email protected]> Co-authored-by: Copilot <[email protected]>
- Loading branch information
1 parent
359df45
commit 27bd16e
Showing
16 changed files
with
16,287 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This folder contains data for the alignment of sars-cov-2 | ||
|
||
The `NC_045512.2.fasta` is the one used by V-Pipe. | ||
|
||
The `reference_genomes.json` is the one used by NextClade. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This combined.bam contains 43 reads from | ||
real V-Pipe Sars Sequencing. | ||
|
||
8 Reads contain insertions, and the rest 35 | ||
do not contain insertions. | ||
|
||
This file was purposefully enriched with insertions | ||
for good testing. | ||
|
||
8 insertion is all that was to find in an entire sequencing run. |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.