Skip to content

Commit 39c9d49

Browse files
committed
renaming workflow in all files
1 parent 51ccdb2 commit 39c9d49

27 files changed

Lines changed: 72 additions & 74 deletions

.github/CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# number-25/rich_directRNA: Contributing Guidelines
1+
# number-25/LongTranscriptomics: Contributing Guidelines
22

33
Hi there!
4-
Many thanks for taking an interest in improving number-25/rich_directRNA.
4+
Many thanks for taking an interest in improving number-25/LongTranscriptomics.
55

6-
We try to manage the required tasks for number-25/rich_directRNA using GitHub issues, you probably came to this page when creating one.
6+
We try to manage the required tasks for number-25/LongTranscriptomics using GitHub issues, you probably came to this page when creating one.
77
Please use the pre-filled template to save time.
88

99
However, don't be put off by this template - other more general issues and suggestions are welcome!
1010
Contributions to the code are even more welcome ;)
1111

1212
## Contribution workflow
1313

14-
If you'd like to write some code for number-25/rich_directRNA, the standard workflow is as follows:
14+
If you'd like to write some code for number-25/LongTranscriptomics, the standard workflow is as follows:
1515

16-
1. Check that there isn't already an issue about your idea in the [number-25/rich_directRNA issues](https://github.com/number-25/rich_directRNA/issues) to avoid duplicating work. If there isn't one already, please create one so that others know you're working on this
17-
2. [Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the [number-25/rich_directRNA repository](https://github.com/number-25/rich_directRNA) to your GitHub account
16+
1. Check that there isn't already an issue about your idea in the [number-25/LongTranscriptomics issues](https://github.com/number-25/LongTranscriptomics/issues) to avoid duplicating work. If there isn't one already, please create one so that others know you're working on this
17+
2. [Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the [number-25/LongTranscriptomics repository](https://github.com/number-25/LongTranscriptomics) to your GitHub account
1818
3. Make the necessary changes / additions within your forked repository following [Pipeline conventions](#pipeline-contribution-conventions)
1919
4. Use `nf-core schema build` and add any new parameters to the pipeline JSON schema (requires [nf-core tools](https://github.com/nf-core/tools) >= 1.10).
2020
5. Submit a Pull Request against the `dev` branch and wait for the code to be reviewed and merged
@@ -58,7 +58,7 @@ These tests are run both with the latest available version of `Nextflow` and als
5858

5959
## Pipeline contribution conventions
6060

61-
To make the number-25/rich_directRNA code and processing logic more understandable for new contributors and to ensure quality, we semi-standardise the way the code and other contributions are written.
61+
To make the number-25/LongTranscriptomics code and processing logic more understandable for new contributors and to ensure quality, we semi-standardise the way the code and other contributions are written.
6262

6363
### Adding a new step
6464

@@ -108,7 +108,7 @@ This repo includes a devcontainer configuration which will create a GitHub Codes
108108

109109
To get started:
110110

111-
- Open the repo in [Codespaces](https://github.com/number-25/rich_directRNA/codespaces)
111+
- Open the repo in [Codespaces](https://github.com/number-25/LongTranscriptomics/codespaces)
112112
- Tools installed
113113
- nf-core
114114
- Nextflow

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ body:
4949
5050
* OS _(eg. CentOS Linux, macOS, Linux Mint)_
5151
52-
* Version of number-25/rich_directRNA _(eg. 1.1, 1.5, 1.8.2)_
52+
* Version of number-25/LongTranscriptomics _(eg. 1.1, 1.5, 1.8.2)_
5353
5454
"

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature request
2-
description: Suggest an idea for the number-25/rich_directRNA pipeline
2+
description: Suggest an idea for the number-25/LongTranscriptomics pipeline
33
labels: enhancement
44
body:
55
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<!--
2-
# number-25/rich_directRNA pull request
2+
# number-25/LongTranscriptomics pull request
33
4-
Many thanks for contributing to number-25/rich_directRNA!
4+
Many thanks for contributing to number-25/LongTranscriptomics!
55
66
Please fill in the appropriate checklist below (delete whatever is not relevant).
77
These are the most common things requested on pull requests (PRs).
88
99
Remember that PRs should be made against the dev branch, unless you're preparing a pipeline release.
1010
11-
Learn more about contributing: [CONTRIBUTING.md](https://github.com/number-25/rich_directRNA/tree/master/.github/CONTRIBUTING.md)
11+
Learn more about contributing: [CONTRIBUTING.md](https://github.com/number-25/LongTranscriptomics/tree/master/.github/CONTRIBUTING.md)
1212
-->
1313

1414
## PR checklist
1515

1616
- [ ] This comment contains a description of changes (with reason).
1717
- [ ] If you've fixed a bug or added code that should be tested, add tests!
18-
- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/number-25/rich_directRNA/tree/master/.github/CONTRIBUTING.md)
18+
- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/number-25/LongTranscriptomics/tree/master/.github/CONTRIBUTING.md)
1919
- [ ] Make sure your code lints (`nf-core pipelines lint`).
2020
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
2121
- [ ] Check for unexpected warnings in debug mode (`nextflow run . -profile debug,test,docker --outdir <OUTDIR>`).

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
# PRs to the nf-core repo master branch are only ok if coming from the nf-core repo `dev` or any `patch` branches
1313
- name: Check PRs
14-
if: github.repository == 'number-25/rich_directRNA'
14+
if: github.repository == 'number-25/LongTranscriptomics'
1515
run: |
16-
{ [[ ${{github.event.pull_request.head.repo.full_name }} == number-25/rich_directRNA ]] && [[ $GITHUB_HEAD_REF == "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]
16+
{ [[ ${{github.event.pull_request.head.repo.full_name }} == number-25/LongTranscriptomics ]] && [[ $GITHUB_HEAD_REF == "dev" ]]; } || [[ $GITHUB_HEAD_REF == "patch" ]]
1717
1818
# If the above check failed, post a comment on the PR explaining the failure
1919
# NOTE - this doesn't currently work if the PR is coming from a fork, due to limitations in GitHub actions secrets

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test:
2020
name: Run pipeline with test data
2121
# Only run on push if this is the nf-core dev branch (merged PRs)
22-
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'number-25/rich_directRNA') }}"
22+
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'number-25/LongTranscriptomics') }}"
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:

.github/workflows/fix-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: >
1010
contains(github.event.comment.html_url, '/pull/') &&
1111
contains(github.event.comment.body, '@nf-core-bot fix linting') &&
12-
github.repository == 'number-25/rich_directRNA'
12+
github.repository == 'number-25/LongTranscriptomics'
1313
runs-on: ubuntu-latest
1414
steps:
1515
# Use the @nf-core-bot token to check out so we can push later
@@ -86,4 +86,4 @@ jobs:
8686
issue-number: ${{ github.event.issue.number }}
8787
body: |
8888
@${{ github.actor }} I tried to fix the linting errors, but it didn't work. Please fix them manually.
89-
See [CI log](https://github.com/number-25/rich_directRNA/actions/runs/${{ github.run_id }}) for more details.
89+
See [CI log](https://github.com/number-25/LongTranscriptomics/actions/runs/${{ github.run_id }}) for more details.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# number-25/rich_directRNA: Changelog
1+
# number-25/LongTranscriptomics: Changelog
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## v1.0dev - [date]
77

8-
Initial release of number-25/rich_directRNA, created with the [nf-core](https://nf-co.re/) template.
8+
Initial release of number-25/LongTranscriptomics, created with the [nf-core](https://nf-co.re/) template.
99

1010
### `Added`
1111

CITATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# number-25/rich_directRNA: Citations
1+
# number-25/LongTranscriptomics: Citations
22

33
## [nf-core](https://pubmed.ncbi.nlm.nih.gov/32055031/)
44

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![nf-core CI](https://github.com/number-25/rich_directRNA/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/number-25/rich_directRNA/actions/workflows/ci.yml)
2-
[![nf-core linting comment](https://github.com/number-25/rich_directRNA/actions/workflows/linting_comment.yml/badge.svg)](https://github.com/number-25/rich_directRNA/actions/workflows/linting_comment.yml)
3-
[![GitHub Actions Linting Status](https://github.com/number-25/rich_directRNA/actions/workflows/linting.yml/badge.svg)](https://github.com/number-25/rich_directRNA/actions/workflows/linting.yml)
1+
[![nf-core CI](https://github.com/number-25/LongTranscriptomics/actions/workflows/ci.yml/badge.svg?branch=dev)](https://github.com/number-25/LongTranscriptomics/actions/workflows/ci.yml)
2+
[![nf-core linting comment](https://github.com/number-25/LongTranscriptomics/actions/workflows/linting_comment.yml/badge.svg)](https://github.com/number-25/LongTranscriptomics/actions/workflows/linting_comment.yml)
3+
[![GitHub Actions Linting Status](https://github.com/number-25/LongTranscriptomics/actions/workflows/linting.yml/badge.svg)](https://github.com/number-25/LongTranscriptomics/actions/workflows/linting.yml)
44
[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.17082314-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.17082314-1073c8)
55
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
66

@@ -41,7 +41,7 @@ reads in BAM format. These are provided to the samplesheet as input.
4141
8. Transcriptome assessment [`gffutils`](https://ccb.jhu.edu/software/stringtie/gff.shtml)
4242
9. Transcript quantification ( [`TranSigner`](https://github.com/haydenji0731/TranSigner), [oarfish](https://github.com/COMBINE-lab/oarfish) )
4343

44-
Small test datasets for the pipeline are included in the [assets directory](https://github.com/number-25/rich_directRNA/assets/test_data).
44+
Small test datasets for the pipeline are included in the [assets directory](https://github.com/number-25/LongTranscriptomics/assets/test_data).
4545

4646
## Usage
4747

@@ -94,11 +94,11 @@ For additional documentation on usage of the workflow, and details on outputs, p
9494

9595
## Credits
9696

97-
number-25/rich_directRNA was originally written by Dean Bašić.
97+
number-25/LongTranscriptomics was originally written by Dean Bašić.
9898

9999
## Citations
100100

101-
If you use number-25/rich_directRNA for your analysis, please cite it using the following doi: [10.5281/zenodo.17082314-1073c8](https://doi.org/10.5281/zenodo.17082314-1073c8).
101+
If you use number-25/LongTranscriptomics for your analysis, please cite it using the following doi: [10.5281/zenodo.17082314-1073c8](https://doi.org/10.5281/zenodo.17082314-1073c8).
102102

103103
<!-- nf-core: Add bibliography of tools and data used in your pipeline -->
104104

0 commit comments

Comments
 (0)