https://github.com/applicativesystem/pacbiohifi-desktop
a streamlit application for graphical analyisis of pacbiohifi reads
https://github.com/applicativesystem/pacbiohifi-desktop
bioinformatics bioinformatics-analysis genome-analysis pacbio pacbio-data pacbio-hifi-sequencing-reads pacbio-sequencing pacbiohifi sequencing-analysis sequencing-data
Last synced: 5 months ago
JSON representation
a streamlit application for graphical analyisis of pacbiohifi reads
- Host: GitHub
- URL: https://github.com/applicativesystem/pacbiohifi-desktop
- Owner: applicativesystem
- License: mit
- Created: 2024-08-17T18:23:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T09:05:49.000Z (8 months ago)
- Last Synced: 2024-11-10T20:18:14.485Z (6 months ago)
- Topics: bioinformatics, bioinformatics-analysis, genome-analysis, pacbio, pacbio-data, pacbio-hifi-sequencing-reads, pacbio-sequencing, pacbiohifi, sequencing-analysis, sequencing-data
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-pacbiohifi
- a streamlit component for reading and plotting the PacBioHiFi sequencing reads.
- new components added such as
-- filter read length and write filtered fasta reads.
-- read visualization pre and post filtering.
-- pattern matching.
-- specific region extractor.To run the application, use
```
conda activate streamlit
streamlit run streamlitpacbiohifi.py
```
- provide the path and select the options which you need. If you have bigger files then add .toml file in the directory with the size specified.
- These are indiviual components and a multi page application in development mode, which will give you all access to PacBioHifi from sequence to graphs.
- The app will open like this. You can paste the file path and fetch the names, sequences and plot the lengthe distribution. it supports both the fastq and the fasta PacBioHifi and if the write option is selected, it will write the fasta files also.Gaurav Sablok \
University of Potsdam \
Potsdam,Germany