-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rework of the output directories #12
Conversation
|
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.
LGTM 👍🏼 Thanks!
@@ -3,10 +3,12 @@ | |||
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.2.0 - [date] | |||
## v2.0.0 - [date] |
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.
For v2 are you planning to update to the new CHANGELOG format? I personally find that more informative.
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.
Discussed on Slack. The answer is yes
As per https://jira.sanger.ac.uk/browse/TOLIT-1559 we want the output directories to be "analysis" directories rather than "species" directories.
I'm using the convention that I'm already using in the sequencecomposition pipeline: each assembly has got its own
outdir
in itsmeta
. So essentially, the output directories are defined asmeta.outdir
which either comes from theoutdir
column of the sample-sheet, or from the--outdir
command-line parameter for one-off downloads.PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).