seqtk
Toolkit for processing sequences in FASTA/Q formats (by lh3)
fastp
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...) (by OpenGene)
seqtk | fastp | |
---|---|---|
8 | 9 | |
1,439 | 2,030 | |
1.5% | 1.8% | |
3.5 | 5.2 | |
8 months ago | 4 months ago | |
C | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
seqtk
Posts with mentions or reviews of seqtk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-04.
-
Illumina adapters and quality trimming
seqtk: A lightweight and versatile tool for processing FASTQ and FASTA files. https://github.com/lh3/seqtk
-
looking for a tool to filter non-coding regions/excise ORFs from a draft assembly
Perhaps seqtk could be helpful https://github.com/lh3/seqtk
-
Help with understanding awk code
You could also check out tools specialized for FASTA processing like https://github.com/shenwei356/seqkit and https://github.com/lh3/seqtk
- !help
-
Doubts with my first ever mRNA-seq QC analysis
If I were to analyze I would use a random fastq sampler like Seqtk and bring all your samples to a lowest read depth of your 27 libraries although I wouldn't analyze a library with less than 2mil reads. 5 mil is fine for differential, you can obviously get more reads and probably received more information but increasing read depth may plateau.
-
Reverse sequencing of fastq file
It's a little toolkit written by one of the Illuminati of the Bioinformatics world: seqtk on GH
-
[Help] Copying head of fastq file into a .txt file named .fastq, doesn't include the header resolving in an error when converting to .bam file.
I recommend installing seqtk, which makes this easy. Of course sed/awk/perl are theoretically entirely sufficient but why make life more difficult than necessary?
-
Looking for small SRA Data Sets
Most SRA files are grouped by projects. On a basic level for something common like RNA-seq you will have replicates of the control and treatment/diseased samples. Each file (i.e. sample) contains raw sequencing reads, usually millions per sample. You could randomly subsample the sequencing reads very easily using many tools (common choice is https://github.com/lh3/seqtk). There is no way you are going to assemble an animal genome with MB file sizes (for example the human genome itself is already over 3GB in size). You should probably look for bacterial or viral DNA samples and subset those to an appropriate size.
fastp
Posts with mentions or reviews of fastp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-09.
-
R pipelines for bulk RNA-seq analyses
fastp + multiQC + Salmon + DESeq2 all some nextflow workflow. It is a good exercise (not complicated) to create the pipeline from scratch the first time to properly understand each tool.
-
NHI Genome Studies: Mexico Govt Sept 12 Congressional hearing
1) QC the data with fastp. This'll trim out adapters and toss reads that are poor quality.
- Illumina adapters and quality trimming
-
Low-complexity sequence filtering tool
fastp has an adjustable low complexity filter option.
-
Can you evaluate my pipeline?
- in terms of preprocessing and QC, I prefer fastp (https://github.com/OpenGene/fastp)
-
Current QC tools for short read and long read sequencing
I generally use fastp as an all-in-one tool for short reads: https://github.com/OpenGene/fastp
- Qurstion about automating trimming process
-
What methods (conda installable only please) can you use to determine the complexity of a fastq file? (e.g., kmer analysis)
I don't know if this fits exactly what you need, but I'm using fastp to check my fastq.gz files lately: https://github.com/OpenGene/fastp. You can install it via conda.
-
A tool to count basepair in fastq file
If you also need some other basic statistics or want to filter the reads you can try fastp (https://github.com/OpenGene/fastp). If only the basepair count is needed, awk might be the fastest solution as suggested before.
What are some alternatives?
When comparing seqtk and fastp you can also consider the following projects:
seqkit - A cross-platform and ultrafast toolkit for FASTA/Q file manipulation
glslSmartDeNoise - Fast GPU deNoise spatial filter, with circular gaussian kernel, full configurable
htslib - C library for high-throughput sequencing data formats
galaxy - Data intensive science for everyone.
samtools - Tools (written in C using htslib) for manipulating next-generation sequencing data
readfq - Fast multi-line FASTA/Q reader in several programming languages