https://github.com/ajodeh-juma/nascent
Nascent Transcription Processing Pipeline
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.5%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Nascent Transcription Processing Pipeline
Basic Info
- Host: GitHub
- Owner: ajodeh-juma
- License: mit
- Default Branch: master
- Homepage: https://nf-co.re/nascent
- Size: 2.1 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of nf-core/nascent
Created almost 6 years ago
· Last pushed about 6 years ago
https://github.com/ajodeh-juma/nascent/blob/master/
# 
[](https://travis-ci.com/nf-core/nascent)
[](https://www.nextflow.io/)
[](https://zenodo.org/badge/latestdoi/157735234)
[](http://bioconda.github.io/)
[](https://hub.docker.com/r/nfcore/nascent)

### Introduction
This nascent transcription processing pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker / singularity containers making installation trivial and results highly reproducible.
#### Reference
If you have used this pipeline in your research, please cite it using the DOI mentioned above.
### Documentation
The nf-core/nascent pipeline comes with documentation about the pipeline, found in the `docs/` directory:
1. [Installation](https://nf-co.re/usage/installation)
2. Pipeline configuration
* [Local installation](https://nf-co.re/usage/local_installation)
* [Adding your own system config](https://nf-co.re/usage/adding_own_config)
* [Reference genomes](https://nf-co.re/usage/reference_genomes)
3. [Running the pipeline](docs/usage.md)
4. [Output and how to interpret the results](docs/output.md)
5. [Troubleshooting](https://nf-co.re/usage/troubleshooting)
This pipeline is designed to process the sequencing output of nascent transcription assays, like GRO-seq or PRO-seq. It produces bedGraph- and bigWig-fomatted outputs after mapping strand-specific reads, as well as other useful outputs like quality control reports or IGV-ready (Integrative Genomics Viewer) tdf files.
### Quick start
Edit the appropriate config file, e.g. `conf/slurm_grch38.config`, to ensure the proper paths are set for genome reference files and other executables (look for all mentions of `COMPLETE_*`). Variable names should hopefully be self-explanatory. You can specify the Nextflow working directory and output directory with flags. Note you must also now specify the email to which the report will be sent for the run.
nextflow run nf-core/nascent --reads '*_R{1,2}.fastq.gz' -profile standard,docker
## Arguments
### Required Arguments
| Argument | Usage | Description |
|-----------|----------------------------------|----------------------------------------------------------------------|
| -profile | \ | Configuration profile to use. |
| --fastqs | \ | Directory pattern for fastq files. |
| --sras | \ | Directory pattern for sra files. |
| --genome_id | \<'hg38'> | Genome ID to which the samples will be mapped (e.g. hg38, mm10, rn6).|
| --workdir | \ | Nextflow working directory where all intermediate files are saved. |
| --email | \ | Where to send workflow report email. |
### Save Options
| Arguments | Usage | Description |
|------------|---------------|-----------------------------------------------------------|
| --outdir | \ | Specifies where to save the output from the nextflow run. |
| --savefq | | Compresses and saves raw fastq reads. |
| --saveTrim | | Compresses and saves trimmed fastq reads. |
| --saveAll | | Compresses and saves all fastq reads. |
| --skipBAM | | Skips saving BAM files (only save CRAM). Default=False |
### Input File Options
| Arguments | Usage | Description |
|--------------|-------------|------------------------------------------------------------------------------|
| --singleEnd | | Specifies that the input files are not paired reads (default is paired-end). |
| --flip | | Reverse complements each strand. Necessary for some library preps. |
### Performance Options
| Arguments | Usage | Description |
|-----------------|-------------|---------------------------------------------------------|
| --threadfqdump | | Runs multi-threading for fastq-dump for sra processing. |
### QC Options
| Arguments | Usage | Description |
|-----------------|-------------|---------------------------------------------------------|
| --skipMultiQC | | Skip running MultiQC. |
| --skipRSeQC | | Skip running RSeQC. |
## Credits
nf-core/nascent was originally written by Ignacio Tripodi ([@ignaciot](https://github.com/ignaciot)) and Margaret Gruca ([@magruca](https://github.com/magruca)).
Many thanks to the nf-core team and all who provided invaluable feedback and assistance along the way, particularly to [@apeltzer](https://github.com/apeltzer), [@ewels](https://github.com/ewels), [@drpatelh](https://github.com/drpatelh), and [@pditommaso](https://github.com/pditommaso).
Owner
- Name: JJ
- Login: ajodeh-juma
- Kind: user
- Location: Nairobi, KE
- Repositories: 5
- Profile: https://github.com/ajodeh-juma
A biologist with interest in computational biology and bioinformatics.