cutadapt
Clean biological sequences from high-throughput sequencing reads
Install
- All systems
-
curl cmd.cat/cutadapt.sh
- Debian
-
apt-get install cutadapt
- Ubuntu
-
apt-get install cutadapt
- Kali Linux
-
apt-get install cutadapt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cutadapt
- Raspbian
-
apt-get install cutadapt
- Dockerfile
- dockerfile.run/cutadapt
cutadapt
Clean biological sequences from high-throughput sequencing reads
Cutadapt helps with biological sequence clean tasks by finding the adapter or primer sequences in an error-tolerant way. It can also modify and filter reads in various ways. Adapter sequences can contain IUPAC wildcard characters. Also, paired-end reads and even colorspace data is supported. If you want, you can also just demultiplex your input data, without removing adapter sequences at all. This package contains the user interface.
python-cutadapt
Clean biological sequences from high-throughput sequencing reads (Python 2)
Cutadapt helps with biological sequence clean tasks by finding the adapter or primer sequences in an error-tolerant way. It can also modify and filter reads in various ways. Adapter sequences can contain IUPAC wildcard characters. Also, paired-end reads and even colorspace data is supported. If you want, you can also just demultiplex your input data, without removing adapter sequences at all. This package contains the Python 2 module.