-
Notifications
You must be signed in to change notification settings - Fork 42
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
Added project info to report #197
Conversation
…author and workflow version
|
@@ -22,6 +22,22 @@ params: | |||
study_abundance_type: NULL | |||
report_file: NULL, | |||
report_title: NULL, | |||
report_pi_name: NULL |
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.
Could we just have comma-separated lists please?
I also think we should add something to the CSS to place 'contributor blocks' inline, so that we better use the horizontal space. |
Yes, lots of contributors will use a lot of vertical space. We can fix it by making each contributor an inline div or having them float left, but it will take me a minute to figure out how to do it via the markdown. I can have a go at some point if you can't figure it out. |
Alright, some changes later: The param Alternatively, I removed the asterisks from the RMD file and added them directly into the contacts file (see formatted zip). This allows users to add markdown symbols into their contacts to decide themselves how they want that section of the report to be formatted. |
Sorry, but I think this has just got over-complicated- now you have a new file format for the contributors to document and maintain for users, plus the parsing logic. I suggest something much simpler. A set of parms with comma-separated values:
Again, don't assume PI, it only makes sense in academia |
Done! As discussed, it is now only a single string param; contribs are separated by |
Also, an example report with this please? |
Sure, here you go! |
Co-authored-by: Jonathan Manning <[email protected]>
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.
Looks good now- much more concise. Thanks!
...and added newline between report author and workflow version. Example report with the new header is attached
SRP254919_contact.html.zip
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).