https://github.com/jcaperella29/python-app-to-preprocess-fastq-files-after-demultiplexing
After the user submits a folder containing FASTQ files , the program will remove the primers and join ends to together. The joined sequences will output as a folder of FASTA files that the user can save
https://github.com/jcaperella29/python-app-to-preprocess-fastq-files-after-demultiplexing
Last synced: 3 months ago
JSON representation
After the user submits a folder containing FASTQ files , the program will remove the primers and join ends to together. The joined sequences will output as a folder of FASTA files that the user can save
- Host: GitHub
- URL: https://github.com/jcaperella29/python-app-to-preprocess-fastq-files-after-demultiplexing
- Owner: jcaperella29
- Created: 2024-04-15T17:12:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T17:13:06.000Z (about 1 year ago)
- Last Synced: 2024-04-15T18:32:24.125Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-app-to-preprocess-FASTQ-files-after-demultiplexing
After the user submits a folder containing FASTQ files , the program will remove the primers and join ends to together. The joined sequences will output as a folder of FASTA files that the user can save