-
Notifications
You must be signed in to change notification settings - Fork 717
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
Dev -> Master for v3.6 release #773
Merged
Changes from 43 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
607cf39
Bump pipeline version to 3.6dev
drpatelh 288aa25
Merge pull request #747 from drpatelh/bump
drpatelh 3fdd664
Patch RSEM_PREPAREREFERENCE configuration
mahesh-panchal 7f14e06
Rename RSEM_PREPAREREFERENCE_TRANSCRIPTS to MAKE_TRANSCRIPTS_FASTA
mahesh-panchal e75cb15
Merge pull request #763 from mahesh-panchal/patch_rsem_config
drpatelh 4142ec8
Simplify process selectors in modules.config and quote everything
drpatelh 684b4f4
Adjust spacing
drpatelh 01de13e
Run nf-core modules update
drpatelh 3281aeb
Add when statement to local modules
drpatelh f97169e
Bump MultiQC version
drpatelh 79b5c16
Revert MultiQC bump because something else broke
drpatelh 57792a6
Revert contentious process selectors in modules.config
drpatelh 03e774a
Merge pull request #766 from drpatelh/update
drpatelh 96f6b72
Template update for nf-core/tools version 2.3.dev0
drpatelh 28ef98c
Fix merge conflicts
drpatelh 8fba444
Sync pipeline with nf-core/tools dev to fix linting
drpatelh accb04b
Fix linting
drpatelh 41218aa
Fix linting again
drpatelh b7a34cb
Update usage docs
drpatelh d04519c
Update footnotes in usage docs
drpatelh b66f055
Add NFCORE_RNASEQ prefix everywhere
drpatelh 4f3ec49
Merge pull request #767 from drpatelh/template
drpatelh df102cd
Add --publish_dir_mode back into pipeline #752
drpatelh 71c0d38
Fix #759
drpatelh d55892b
Fix #744
drpatelh 24c69fb
Update CHANGELOG
drpatelh 6775dc3
Fix ECLint
drpatelh 091f952
Fix process selector for CUSTOM_GETCHROMSIZES
drpatelh a7915a6
Fix #753
drpatelh f1146a2
Fix ECLint
drpatelh 47814c9
Easy fix for #754
drpatelh ed4fd3e
Merge pull request #770 from drpatelh/updates
drpatelh 210069d
Fix #769
drpatelh 1f97e57
Fix #750
drpatelh fb44c5e
Refactor modules.config for optional rseqc modules
drpatelh c3313c0
Make --outdir mandatory
drpatelh 03d1789
Fix linting
drpatelh e09cde4
Use modulo operation instead to get read number
drpatelh 738299e
Tweak Groovy syntax
drpatelh 3016c0b
Remove indentation for RSEQC logic in modules.config
drpatelh 386bda0
Merge pull request #771 from drpatelh/updates
drpatelh 9b1cc4b
Bump pipeline version to 3.6
drpatelh 7c7f03e
Merge pull request #772 from drpatelh/updates
drpatelh f37d505
Update CHANGELOG.md
drpatelh 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 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
name: Bug report | ||
description: Report something that is broken or incorrect | ||
labels: bug | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -43,4 +43,3 @@ jobs: | |
Thanks again for your contribution! | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
allow-repeats: false | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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,14 @@ | ||
image: nfcore/gitpod:latest | ||
|
||
vscode: | ||
extensions: # based on nf-core.nf-core-extensionpack | ||
- codezombiech.gitignore # Language support for .gitignore files | ||
# - cssho.vscode-svgviewer # SVG viewer | ||
- davidanson.vscode-markdownlint # Markdown/CommonMark linting and style checking for Visual Studio Code | ||
- eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed | ||
- 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 |
This file contains 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
This file contains 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,5 @@ | ||
extends: default | ||
|
||
rules: | ||
document-start: disable | ||
line-length: disable |
This file contains 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
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.
I guess this has been discussed already, but why not set the parameter in the
test.config
? I don't see the point of providing it several times in theci.yml
file, plus as user, the command is simpler to run testsThere 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.
After, reviewing the whole code, I see that the reason is that
outdir
param is removed from thenextflow.config
but still I think it should be set by default in thetest.config
.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.
If we set it to
./results
in thetest.config
then we end up in the same position where we end up using relative paths when-profile test
is used in the Cloud? The main problem is that there isn't a sensible default that works yet.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.
I see the cloud part is what I missed, fair enough