You need to sign in or sign up before continuing.
Update scythe documentation
Compare changes
@@ -14,7 +14,7 @@ $ scythe -a adapter_file.fasta input_reads.fastq -o output_reads.fastq
@@ -14,7 +14,7 @@ $ scythe -a adapter_file.fasta input_reads.fastq -o output_reads.fastq
where **adapter_file.fasta** is fasta input file of the adapter sequences that need to be removed from the 3' end of the sequence data, and **input_reads.fastq** is the input sequencing data in fastq format.
The file **output_reads.fastq** contains the sequencing reads with removed adapters. If the adapter sequences are unknown, Scythe by itself provides two adapter sequences that can be used with the **-a** option: **illumina_adapters.fa** and **truseq_adapters.fasta**.
@@ -36,13 +36,13 @@ Simple Scythe script that uses the `illumina_adapters.fa` file and `input_reads.
@@ -36,13 +36,13 @@ Simple Scythe script that uses the `illumina_adapters.fa` file and `input_reads.
Scythe is single threaded program, and therefore both `#SBATCH --nodes` and `#SBATCH --ntasks-per-node` are set to **1**.
The two adapter sequences provided by Scythe are stored in **$SCYTHE_HOME**. Hence, to access the illumina adapter file use: `$SCYTHE_HOME/illumina_adapters.fa`, and to access the TruSeq file use: `$SCYTHE_HOME/truseq_adapters.fasta`.