Not your grandma's NGS analysis - software for analyzing FASTQs from SRSLY libraries
Project description
ClaretBio's SRSLY Library processing software
This software is for the basic informatic processing of sequencing data generated using ClaretBio's SRSLY library prep kit with or without using UMIs.
Installation
This sofware can be installed as a python package using the command
pip install srslyrun
Usage
The basic analysis can be run with srsly runsamples for standard libraries
or srsly runsamples --umi for libraries with unique molecular identifiers (UMIs).
This software takes in raw fastqs and trims adapters, aligns to a user-specified
reference genome, and marks duplicates. For UMI aware demultiplexing of SRSLY libraries
please use our SRSLYumi python package (more info at https://github.com/claretbio/SRSLYumi).
In order to run, this software requires an installation of conda- installation instructions can be found here.
Required Arguments
`--reference` : a path to the reference genome you wish to align to (no default, this must be provided, and must be a file ending in `.fasta` or `.fa`)
`--libraries` or `--libfile`: the library IDs you would like analyzed in comma separated format and in a file with one id per line, respectively
Optional Arguments
`--fastqdir` : the directory containing the raw fastqs you wish to process (if not specified, defaults to current working directory)
`--resultsdir` : the directory you would like the output to be in (if not specified, defaults to current working directory)
The library IDs provided should match the beginning of the fastq files, for example the library ID for fastq files named lib1_R1.fastq.gz and lib1_R2.fastq.gz would be lib1. This can be provided directly on the command line with a comma separated list like --libraries lib1,lib2 or as a file that lists one library ID per line with --libfile libfile.txt.
an example command:
srsly runsamples --fastqdir /home/user/fastqfiles --resultsdir /home/user/srslyanalysis --reference /home/user/genomes/hg19.fa --libraries lib1,lib2,lib3
For reproducibility's sake and to ensure appropriate versions we use snakemake wrappers for many of the tools in this pipeline, which are often slow to create the first time they are used. As a result, your first time running the software may take a long time - don't worry, this is totally normal!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file srslyrun-0.1.1.tar.gz.
File metadata
- Download URL: srslyrun-0.1.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28ccc8ff5a97e59c5a4a77daa5e6d5b5844bf9e654da829c969314c8d7fe3136
|
|
| MD5 |
f500cabb2a22e3c7bebbfa33352377e0
|
|
| BLAKE2b-256 |
1389a5659ba74376ccb5555deca1389c380ffd9151767053e4d0c38dba913c08
|
File details
Details for the file srslyrun-0.1.1-py3-none-any.whl.
File metadata
- Download URL: srslyrun-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab3c69e4d63da02bad71bcf46ceb0214a37c651e2eba0ddc9c51805d38af9a6f
|
|
| MD5 |
0cf6615adc0cd7e025b82da398ddda3f
|
|
| BLAKE2b-256 |
14fdfd17d240981f9ba67e3f8fc207c6c19dd7fa88a8fe860b543bfa3816afc8
|