forked from pmorrell/sequence_handling
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Peter L. Morrell edited this page Sep 1, 2015
·
23 revisions
This repository contains a series of scripts that can automate the process of taking raw FastQ files through a series of trimming, read mapping, and deduplication steps to create BAM files.
There are two kinds of scripts that are contained within this repository, with one exception: Shell Scripts and Batch Submission Scripts. These two kinds of scripts are run in very different ways.
To get set up with sequence_handling, open a terminal and type:
git clone https://github.com/MorrellLab/sequence_handling.gitor go to the repository on GitHub and select Download ZIP on the right-hand side. No GitHub account is required for downloading through either method.
Next: Useful Information
- Getting Started
- Recommended Workflow
- Configuration
- Dependencies
- sample_list_generator.sh
- Slurm specific options
- Common Problems and Errors