Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Repository
TRANQUIL (TRna AbundaNce QUantification pIpeLine)
Basic Info
Statistics
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 4
- Releases: 3
Metadata Files
README.md
TRANQUIL
TRna AbundaNce QUantification pIpeLine
TRANQUIL is a Snakemake pipeline which quantifies tRNA using the mim-tRNAseq tool. mim-tRNAseq is dockerized using this recipe and pushed to dockerhub for general use.
The pipeline is developed with the intention of executing it on Biowulf or FRCE clusters. Hence, may have some Biowulf/FRCE specific hardcoding.
Running on FRCE
Pipeline code has been checked out at /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL and is available for all users of FRCE.
bash
/mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/tranquil
```
Pipeline Dir: /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL Snakefile: /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/workflow/Snakefile Git Commit/Tag: 678ccfc1f3c0013690c2d09100619b9a5b7259ee Host: FRCE
Running /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/tranquil ... TRANQUIL (TRna AbundaNce QUantification pIpeLine)
USAGE:
bash /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/tranquil -m/--runmode=
```
In order to run the pipeline, there are 3 steps:
- Initialize: Use the
initmode to setup the output folder:
bash
/mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/tranquil \
-w=/scratch/cluster_scratch/$USER/TRANQUIL_test \
-m=init
```
Pipeline Dir: /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL Snakefile: /mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/workflow/Snakefile Git Commit/Tag: 678ccfc1f3c0013690c2d09100619b9a5b7259ee Host: FRCE COPYING resources ... COPYING scripts ... Logs Dir: /scratch/clusterscratch/kopardevn/TRANQUILtest/logs Stats Dir: /scratch/clusterscratch/kopardevn/TRANQUILtest/stats
Done Initializing /scratch/clusterscratch/kopardevn/TRANQUILtest. You can now edit /scratch/clusterscratch/kopardevn/TRANQUILtest/config.yaml /scratch/clusterscratch/kopardevn/TRANQUILtest/samples.tsv and /scratch/clusterscratch/kopardevn/TRANQUILtest/contrasts.tsv
```
- Enter Sample Manifest: Now edit the
samples.tsvandcontrasts.tsvin the output folder to reflect the names/locations of the sample input files and the desired contrasts.
samples.tsv has the following tab-delimited columns:
- sampleName
- replicateNumber
- path_to_R1_fastq
contrasts.tsv has the following tab-delimited columns:
- group1
- group2
The group1 w.r.t. group2 contrast is run.
NOTE: By default the
samples.tsvandcontrasts.tsvwill be pointing to the test dataset in the.testsfolder.
- Dry-run (and Run) : The following command will run the dry-run and generate a
dryrun.login the output folder
bash
/mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/tranquil \
-w=/scratch/cluster_scratch/$USER/TRANQUIL_test \
-m=dryrun
Once everything looks ok, the job can be run on the cluster by switching the mode from dry to run, like so:
bash
/mnt/projects/CCBR-Pipelines/pipelines/TRANQUIL/latest/tranquil \
-w=/scratch/cluster_scratch/$USER/TRANQUIL_test \
-m=run
Outputs:
The output folder has a
resultssubfolder which has afastqssubfolder with- trimmed fastqs prepared for mim-tRNAseq
readstats.txttab-delimited file with trimming statistics
The
resultsfolder also contains one subfolder for each of the contrasts in thecontrasts.tsvwith the naming convention of "<group1>_vs_<group2>". This folder has the mim-tRNAseq outputs.
Please send any comments/suggestions/requests to Vishal Koparde via email.
Owner
- Name: CCR Collaborative Bioinformatics Resource
- Login: CCBR
- Kind: organization
- Email: nciccbr@mail.nih.gov
- Location: United States of America
- Website: https://bioinformatics.ccr.cancer.gov/ccbr/
- Repositories: 92
- Profile: https://github.com/CCBR
CCR Collaborative Bioinformatics Resource, Center for Cancer Research (NCI), National Institutes of Health
Citation (CITATION.cff)
cff-version: 1.2.0
message: Please cite TRANQUIL as below.
authors:
- family-names: Koparde
given-names: Vishal
orcid: https://orcid.org/0000-0001-8978-8495
affiliation:
Advanced Biomedical Computational Science, Frederick National Laboratory
for Cancer Research, Frederick, MD 21702, USA
- family-names: Sovacool
given-names: Kelly
orcid: https://orcid.org/0000-0003-3283-829X
affiliation:
Advanced Biomedical Computational Science, Frederick National Laboratory
for Cancer Research, Frederick, MD 21702, USA
title: "TRANQUIL: TRna AbundaNce QUantification pIpeLine"
repository-code: https://github.com/CCBR/TRANQUIL
license: MIT
type: software
identifiers:
- description: Archived snapshots of all versions
type: doi
value: 10.5281/zenodo.10162347
version: v0.3.0
date-released: "2025-06-16"
GitHub Events
Total
- Issues event: 6
- Delete event: 5
- Issue comment event: 4
- Push event: 10
- Pull request event: 8
- Create event: 7
Last Year
- Issues event: 6
- Delete event: 5
- Issue comment event: 4
- Push event: 10
- Pull request event: 8
- Create event: 7
Dependencies
- actions/add-to-project v1.0.2 composite