forked from pmorrell/sequence_handling
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Skylar Wyant edited this page Jun 8, 2016
·
23 revisions
This repository contains scripts, or handlers, that automate the process of taking raw FastQ files through trimming, read mapping, and deduplication steps to create finished BAM files.
To set up 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.
To see usage information about sequence_handling, go into the sequence handling directory
cd sequence_handlingand run:
./sequence_handlingNext: Useful Information
- Getting Started
- Recommended Workflow
- Configuration
- Dependencies
- sample_list_generator.sh
- Slurm specific options
- Common Problems and Errors