-
Notifications
You must be signed in to change notification settings - Fork 0
V1.0.0 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
guanqiaofeng
wants to merge
6
commits into
main
Choose a base branch
from
v1.0.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
V1.0.0 #1
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
116e95c
version 1, readme need to be updated
guanqiaofeng f5309ea
Update README.md
guanqiaofeng e382120
update config files
guanqiaofeng 426d73a
Update README.md
guanqiaofeng 32e1be8
updated CITATIONS.md
guanqiaofeng b98e01a
Merge branch 'v1.0.0' of github.com:icgc-argo-workflows/rnaaln into v…
guanqiaofeng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| charset = utf-8 | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
| indent_size = 4 | ||
| indent_style = space | ||
|
|
||
| [*.{md,yml,yaml,html,css,scss,js}] | ||
| indent_size = 2 | ||
|
|
||
| # These files are edited and tested upstream in nf-core/modules | ||
| [/modules/nf-core/**] | ||
| charset = unset | ||
| end_of_line = unset | ||
| insert_final_newline = unset | ||
| trim_trailing_whitespace = unset | ||
| indent_style = unset | ||
| [/subworkflows/nf-core/**] | ||
| charset = unset | ||
| end_of_line = unset | ||
| insert_final_newline = unset | ||
| trim_trailing_whitespace = unset | ||
| indent_style = unset | ||
|
|
||
| [/assets/email*] | ||
| indent_size = unset | ||
|
|
||
| # ignore Readme | ||
| [README.md] | ||
| indent_style = unset | ||
|
|
||
| # ignore python | ||
| [*.{py,md}] | ||
| indent_style = unset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| *.config linguist-language=nextflow | ||
| *.nf.test linguist-language=nextflow | ||
| modules/nf-core/** linguist-generated | ||
| subworkflows/nf-core/** linguist-generated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| .nextflow* | ||
| work/ | ||
| #data/ | ||
| results/ | ||
| .DS_Store | ||
| testing/ | ||
| testing* | ||
| *.pyc | ||
| out/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| image: nfcore/gitpod:latest | ||
| tasks: | ||
| - name: Update Nextflow and setup pre-commit | ||
| command: | | ||
| pre-commit install --install-hooks | ||
| nextflow self-update | ||
| - name: unset JAVA_TOOL_OPTIONS | ||
| command: | | ||
| unset JAVA_TOOL_OPTIONS | ||
|
|
||
| vscode: | ||
| extensions: # based on nf-core.nf-core-extensionpack | ||
| - esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code | ||
| - EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files | ||
| - Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar | ||
| - mechatroner.rainbow-csv # Highlight columns in csv files in different colors | ||
| # - nextflow.nextflow # Nextflow syntax highlighting | ||
| - oderwat.indent-rainbow # Highlight indentation level | ||
| - streetsidesoftware.code-spell-checker # Spelling checker for source code | ||
| - charliermarsh.ruff # Code linter Ruff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| repository_type: pipeline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| repos: | ||
| - repo: https://github.com/pre-commit/mirrors-prettier | ||
| rev: "v3.1.0" | ||
| hooks: | ||
| - id: prettier | ||
| - repo: https://github.com/editorconfig-checker/editorconfig-checker.python | ||
| rev: "2.7.3" | ||
| hooks: | ||
| - id: editorconfig-checker | ||
| alias: ec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| email_template.html | ||
| adaptivecard.json | ||
| slackreport.json | ||
| .nextflow* | ||
| work/ | ||
| data/ | ||
| results/ | ||
| .DS_Store | ||
| testing/ | ||
| testing* | ||
| *.pyc | ||
| bin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| printWidth: 120 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # nf-core/rnaaln: Changelog | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## v1.0dev - [date] | ||
|
|
||
| Initial release of nf-core/rnaaln, created with the [nf-core](https://nf-co.re/) template. | ||
|
|
||
| ### `Added` | ||
|
|
||
| ### `Fixed` | ||
|
|
||
| ### `Dependencies` | ||
|
|
||
| ### `Deprecated` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # nf-core/rnaaln: 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 | ||
|
|
||
| - [GffRead](https://pubmed.ncbi.nlm.nih.gov/32489650/) | ||
|
|
||
| > Pertea G, Pertea M. GFF Utilities: GffRead and GffCompare. F1000Res. 2020 Apr 28;9:ISCB Comm J-304. doi: 10.12688/f1000research.23297.2. eCollection 2020. PubMed PMID: 32489650; PubMed Central PMCID: PMC7222033. | ||
|
|
||
| - [HISAT2](https://pubmed.ncbi.nlm.nih.gov/31375807/) | ||
|
|
||
| > Kim D, Paggi JM, Park C, Bennett C, Salzberg SL. Graph-based genome alignment and genotyping with HISAT2 and HISAT-genotype Graph-based genome alignment and genotyping with HISAT2 and HISAT-genotype. Nat Biotechnol. 2019 Aug;37(8):907-915. doi: 10.1038/s41587-019-0201-4. Epub 2019 Aug 2. PubMed PMID: 31375807. | ||
|
|
||
| - [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. | ||
|
|
||
| - [picard-tools](http://broadinstitute.github.io/picard) | ||
|
|
||
| - [SAMtools](https://pubmed.ncbi.nlm.nih.gov/19505943/) | ||
|
|
||
| > Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, Marth G, Abecasis G, Durbin R; 1000 Genome Project Data Processing Subgroup. The Sequence Alignment/Map format and SAMtools. Bioinformatics. 2009 Aug 15;25(16):2078-9. doi: 10.1093/bioinformatics/btp352. Epub 2009 Jun 8. PubMed PMID: 19505943; PubMed Central PMCID: PMC2723002. | ||
|
|
||
| - [STAR](https://pubmed.ncbi.nlm.nih.gov/23104886/) | ||
|
|
||
| > Dobin A, Davis CA, Schlesinger F, Drenkow J, Zaleski C, Jha S, Batut P, Chaisson M, Gingeras TR. STAR: ultrafast universal RNA-seq aligner Bioinformatics. 2013 Jan 1;29(1):15-21. doi: 10.1093/bioinformatics/bts635. Epub 2012 Oct 25. PubMed PMID: 23104886; PubMed Central PMCID: PMC3530905. | ||
|
|
||
| ## 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) | ||
|
|
||
| > Merkel, D. (2014). Docker: lightweight linux containers for consistent development and deployment. Linux Journal, 2014(239), 2. 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. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated pipeline tools