forked from pmorrell/sequence_handling
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Paul Hoffman edited this page Sep 8, 2015
·
23 revisions
This repository contains scripts that can automate the process of taking raw FastQ files through trimming, read mapping, and deduplication steps to create finished BAM files.
There are three kinds of scripts that are contained within this repository: Shell Scripts, Batch Submission Scripts, and Helper Scripts. These three kinds of scripts are used in very different ways.
To get set up with sequence_handling
, open a terminal and type:
git clone https://github.com/MorrellLab/sequence_handling.git
or 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