Version v1.8.1
Convert BAM nucleotide alignments to cleartext alignments for LAPIS-SILO
Documentation · Installation · Quick Start
sr2silo processes short-read nucleotide alignments from .bam files, translates and aligns reads in amino acids, and outputs JSON compatible with LAPIS-SILO v0.8.0+.
.bam
sr2silo can also submit these files to Loculus, as attachments to a sequence entry.
conda install -c bioconda sr2silo
Processing BAM data:
sr2silo process-from-vpipe \ --input-file input.bam \ --sample-id SAMPLE_001 \ --timeline-file timeline.tsv \ --organism covid \ --output-fp output.ndjson.zst
Submitting to Loculus:
sr2silo submit-to-loculus \ --processed-file output.ndjson.zst
Full documentation is available at the sr2silo documentation site:
make setup-dev conda activate sr2silo-dev poetry install --with dev pytest
See LICENSE for details.
将SR文件格式转换为Silo文件格式的数据转换工具
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
sr2silo
Convert BAM nucleotide alignments to cleartext alignments for LAPIS-SILO
Documentation · Installation · Quick Start
sr2silo processes short-read nucleotide alignments from
.bamfiles, translates and aligns reads in amino acids, and outputs JSON compatible with LAPIS-SILO v0.8.0+.sr2silo can also submit these files to Loculus, as attachments to a sequence entry.
Installation
Quick Start
Processing BAM data:
Submitting to Loculus:
Documentation
Full documentation is available at the sr2silo documentation site:
Development
License
See LICENSE for details.