bs-fetch-nf
Science Score: 44.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
-
✓DOI references
Found 7 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: DOH-JDJ0303
- License: mit
- Language: Nextflow
- Default Branch: main
- Size: 6.39 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Introduction
DOH-JDJ0303/bs-fetch-nf is a bioinformatics pipeline that: 1. downloads reads from Illumina BaseSpace using a supplied list of Illumina biosample names, dataset names, or FASTQ file IDs and saves them in a subdirectory called 'reads/'. 2. creates a manifest file containing information about the newly downloaded reads in a desired format.
Usage
Step 1. Clone the repository
``` git clone https://github.com/DOH-JDJ0303/bs-fetch-nf
```
Step 2. Prepare the input file and save as a .csv
Prepare a file containg a list of Illumina biosample names, dataset names, or file IDs. Each name or ID should be listed on a new line (see example below).
isolate1
isolate2
isolate3
isolate4
Step 3. Run the pipeline
From your local repository run the pipeline using the general command structure below:
nextflow run main.nf \
-profile docker \
--input samples.csv \
--output 's3://my-bucket/mycosnp/run1/' \
--run_name 'test_fetch'
--access_token '312g4hjgj12hjj1hg43hj12gj3h' \
--input_format 'biosample' \
--output_format 'generic'
Argument Descriptions
Required
--input file containing biosamples names, dataset names, or file IDs. must be .csv \
--output absolute path to where the outputs should be saved \
--run_name your designated run name (output directory will be created with this name)
--access_token your Illumina BaseSpace access token
Optional
--input_format the input format (i.e., 'biosample', 'dataset', 'fileid'; default: 'biosample') \
`--outputformatthe format of the manifest file (i.e., 'generic', 'mycosnp', 'phoenix'; default: 'generic') \
--api_server` your Illumina BaseSpace API server path (default: 'https://api.basespace.illumina.com')
Pipeline output
This pipeline generates two main outputs:
1. The reads downloaded from BaseSpace. These are saved in a subdirectory of the specified output directory called reads/.
2. A manifest file in the specified format saved in the specified output directory. \
Note: There is currently only one manifest format supported (see example below). This format can be used for the CDC MycoSNP and PHoeNIx pipelines. \
Output Format 1: 'generic', 'mycosnp', and 'phoenix'
sample,fastq_1,fastq_2
isolate1,s3://my-bucket/mycosnp/run1/reads/isolate1_R1_001.fastq.gz,s3://my-bucket/mycosnp/run1/reads/isolate1_R2_001.fastq.gz
isolate2,s3://my-bucket/mycosnp/run1/reads/isolate2_R1_001.fastq.gz,s3://my-bucket/mycosnp/run1/reads/isolate2_R2_001.fastq.gz
isolate3,s3://my-bucket/mycosnp/run1/reads/isolate3_R1_001.fastq.gz,s3://my-bucket/mycosnp/run1/reads/isolate3_R2_001.fastq.gz
isolate4,s3://my-bucket/mycosnp/run1/reads/isolate4_R1_001.fastq.gz,s3://my-bucket/mycosnp/run1/reads/isolate4_R2_001.fastq.gz
Credits
nf-core/bsfetch was originally written by Jared Johnson
Citations
An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md file.
You can cite the nf-core publication as follows:
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.
Owner
- Login: DOH-JDJ0303
- Kind: user
- Repositories: 1
- Profile: https://github.com/DOH-JDJ0303
Citation (CITATIONS.md)
# nf-core/bsfetch: Citations ## [nf-core](https://pubmed.ncbi.nlm.nih.gov/32055031/) > Ewels PA, Peltzer A, Fillinger S, Patel H, Alneberg J, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. The nf-core framework for community-curated bioinformatics pipelines. Nat Biotechnol. 2020 Mar;38(3):276-278. doi: 10.1038/s41587-020-0439-x. PubMed PMID: 32055031. ## [Nextflow](https://pubmed.ncbi.nlm.nih.gov/28398311/) > Di Tommaso P, Chatzou M, Floden EW, Barja PP, Palumbo E, Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017 Apr 11;35(4):316-319. doi: 10.1038/nbt.3820. PubMed PMID: 28398311. ## Pipeline tools - [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/) - [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/) > Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924. ## Software packaging/containerisation tools - [Anaconda](https://anaconda.com) > Anaconda Software Distribution. Computer software. Vers. 2-2.4.0. Anaconda, Nov. 2016. Web. - [Bioconda](https://pubmed.ncbi.nlm.nih.gov/29967506/) > Grüning B, Dale R, Sjödin A, Chapman BA, Rowe J, Tomkins-Tinch CH, Valieris R, Köster J; Bioconda Team. Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat Methods. 2018 Jul;15(7):475-476. doi: 10.1038/s41592-018-0046-7. PubMed PMID: 29967506. - [BioContainers](https://pubmed.ncbi.nlm.nih.gov/28379341/) > da Veiga Leprevost F, Grüning B, Aflitos SA, Röst HL, Uszkoreit J, Barsnes H, Vaudel M, Moreno P, Gatto L, Weber J, Bai M, Jimenez RC, Sachsenberg T, Pfeuffer J, Alvarez RV, Griss J, Nesvizhskii AI, Perez-Riverol Y. BioContainers: an open-source and community-driven framework for software standardization. Bioinformatics. 2017 Aug 15;33(16):2580-2582. doi: 10.1093/bioinformatics/btx192. PubMed PMID: 28379341; PubMed Central PMCID: PMC5870671. - [Docker](https://dl.acm.org/doi/10.5555/2600239.2600241) - [Singularity](https://pubmed.ncbi.nlm.nih.gov/28494014/) > Kurtzer GM, Sochat V, Bauer MW. Singularity: Scientific containers for mobility of compute. PLoS One. 2017 May 11;12(5):e0177459. doi: 10.1371/journal.pone.0177459. eCollection 2017. PubMed PMID: 28494014; PubMed Central PMCID: PMC5426675.
GitHub Events
Total
- Fork event: 1
- Create event: 1
Last Year
- Fork event: 1
- Create event: 1
Dependencies
- actions/upload-artifact v3 composite
- seqeralabs/action-tower-launch v1 composite
- actions/upload-artifact v3 composite
- seqeralabs/action-tower-launch v1 composite
- mshick/add-pr-comment v1 composite
- actions/checkout v3 composite
- nf-core/setup-nextflow v1 composite
- actions/stale v7 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- mshick/add-pr-comment v1 composite
- nf-core/setup-nextflow v1 composite
- psf/black stable composite
- dawidd6/action-download-artifact v2 composite
- marocchino/sticky-pull-request-comment v2 composite