Skip to content

Commit 4caab23

Browse files
committed
Template update for nf-core/tools version 2.3.2
1 parent d9cf53a commit 4caab23

File tree

5 files changed

+1
-8
lines changed

5 files changed

+1
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Remember that PRs should be made against the dev branch, unless you're preparing
1010
1111
Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/rnaseq/tree/master/.github/CONTRIBUTING.md)
1212
-->
13-
<!-- markdownlint-disable ul-indent -->
1413

1514
## PR checklist
1615

.github/workflows/awsfulltest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
2323
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
2424
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
25-
pipeline: ${{ github.repository }}
26-
revision: ${{ github.sha }}
2725
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnaseq/work-${{ github.sha }}
2826
parameters: |
2927
{

.github/workflows/awstest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
1818
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
1919
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
20-
pipeline: ${{ github.repository }}
21-
revision: ${{ github.sha }}
2220
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnaseq/work-${{ github.sha }}
2321
parameters: |
2422
{

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vscode:
44
extensions: # based on nf-core.nf-core-extensionpack
55
- codezombiech.gitignore # Language support for .gitignore files
66
# - cssho.vscode-svgviewer # SVG viewer
7-
- davidanson.vscode-markdownlint # Markdown/CommonMark linting and style checking for Visual Studio Code
7+
- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code
88
- eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed
99
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
1010
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Initial release of nf-core/rnaseq, created with the [nf-core](https://nf-co.re/)
1111

1212
### `Fixed`
1313

14-
- Clarified conda usage and added an installation tutorial for Singularity since the one on Syllabs' website uses an outdate version of GO Compiler
15-
1614
### `Dependencies`
1715

1816
### `Deprecated`

0 commit comments

Comments
 (0)