Skip to main content

qtlseq

Link to section 'Introduction' of 'qtlseq' Introduction

Bulked segregant analysis, as implemented in QTL-seq (Takagi et al., 2013), is a powerful and efficient method to identify agronomically important loci in crop plants. QTL-seq was adapted from MutMap to identify quantitative trait loci. It utilizes sequences pooled from two segregating progeny populations with extreme opposite traits (e.g. resistant vs susceptible) and a single whole-genome resequencing of either of the parental cultivars.

BioContainers: https://biocontainers.pro/tools/qtlseq
Home page: https://github.com/YuSugihara/QTL-seq#What-is-QTL-seq

Link to section 'Versions' of 'qtlseq' Versions

  • 2.2.3

Link to section 'Commands' of 'qtlseq' Commands

  • qtlseq

Link to section 'Module' of 'qtlseq' Module

You can load the modules by:

module load biocontainers
module load qtlseq

Link to section 'Example job' of 'qtlseq' Example job

Using #!/bin/sh -l as shebang in the slurm job script will cause the failure of some biocontainer modules. Please use #!/bin/bash instead.

To run qtlseq on our clusters:

#!/bin/bash
#SBATCH -A myallocation     # Allocation name
#SBATCH -t 1:00:00
#SBATCH -N 1
#SBATCH -n 1
#SBATCH --job-name=qtlseq
#SBATCH --mail-type=FAIL,BEGIN,END
#SBATCH --error=%x-%J-%u.err
#SBATCH --output=%x-%J-%u.out

module --force purge
ml biocontainers qtlseq
Helpful?

Thanks for letting us know.

Please don't include any personal information in your comment. Maximum character limit is 250.
Characters left: 250
Thanks for your feedback.