Conversation
As mentioned in nf-core/rnaseq#245, the `pipeline_report.{html,txt}` files get written with `new File` instead of `file` which leads to weird behavior and creating an `s3:/` folder locally if the output folder is on AWS S3: ``` Thu 27 Jun - 09:03 ~/code/nf-core/rnaseq origin ☊ olgabot/salmon-gencode ✔ 28☀ ll --tree s3: Permissions Size User Date Modified Git Name drwxr-xr-x - olgabot 11 Jun 10:26 -- s3: drwxr-xr-x - olgabot 11 Jun 10:26 -- └── olgabot-maca drwxr-xr-x - olgabot 11 Jun 10:26 -- └── mini-maca drwxr-xr-x - olgabot 11 Jun 10:26 -- └── results drwxr-xr-x - olgabot 11 Jun 10:26 -- └── pipeline_info .rw-r--r-- 12k olgabot 11 Jun 16:40 -- ├── pipeline_report.html .rw-r--r-- 2.7k olgabot 11 Jun 16:40 -- └── pipeline_report.txt ``` This is especially problematic as after the first time the pipeline is run, then the `s3:/` folder is created and any input files get tested against that "folder" and suddenly they "don't exist" because they look like they're on the local filesystem as locally, `s3://` --> `s3:/`, and then pipelines break 😢
Member
|
Requires a comment in the |
apeltzer
requested changes
Jul 3, 2019
Member
apeltzer
left a comment
There was a problem hiding this comment.
Requires a CHANGELOG update, other than that looking good 👍
Contributor
Author
|
Yay I changed the base to |
apeltzer
approved these changes
Jul 3, 2019
| */ | ||
|
|
||
| // Show help message | ||
| // Show help emssage |
Member
There was a problem hiding this comment.
Suggested change
| // Show help emssage | |
| // Show help message |
2 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As mentioned in nf-core/rnaseq#245, the
pipeline_report.{html,txt}files get written withnew Fileinstead offilewhich leads to weird behavior and creating ans3:/folder locally if the output folder is on AWS S3:This is especially problematic as after the first time the pipeline is run, then the
s3:/folder is created and any input files get tested against that "folder" and suddenly they "don't exist" because they look like they're on the local filesystem as locally,s3://-->s3:/, and then pipelines break 😢Many thanks to contributing to nf-core/tools!
Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).
PR checklist
docsis updatedCHANGELOG.mdis updatedREADME.mdis updatedLearn more about contributing: https://github.com/nf-core/tools/tree/master/.github/CONTRIBUTING.md