forked from pmorrell/sequence_handling
-
Notifications
You must be signed in to change notification settings - Fork 8
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.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.
To see usage information about sequence_handling
, go into the sequence handling directory
cd sequence_handling
and run:
./sequence_handling
Next: Useful Information
- Getting Started
- Recommended Workflow
- Configuration
- Dependencies
- sample_list_generator.sh
- Slurm specific options
- Common Problems and Errors