-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update README and small fixes #130
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.
Some small suggestions, but otherwise awesome job!
README.md
Outdated
Each row represents a set of sequences (in this case the seatoxin and toxin protein families) to be processed. | ||
|
||
`id` is the name of the set of sequences. It can correspond to the protein family name or to an internal id. | ||
Each row represents a set of sequences (in this case the seatoxin and toxin protein families) to be aligned. |
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 think that explaining what each column represents (even if they are optional) as before would be clearer for users
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 was following the rnaseq structure and in the main they keep it super minimal and specify the columns in usage and this is what i tried to do - i could copy it here from usage but then it is maybe a bit redundant? I added some overview on the columns here bt not as secific as usage - let me know aht you think!
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.
Fair enough
conf/test_parameters.config
Outdated
// Output directory | ||
outdir = "./outdir/" |
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.
// Output directory | |
outdir = "./outdir/" |
conf/test_full.config
Outdated
// Output directory | ||
outdir = "./outdir/" |
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.
outdir has to be implicitly provided since this won't in aws for instance that is why it has become a mandatory parameter, please also remove it from test.config
// Output directory | |
outdir = "./outdir/" |
``` | ||
|
||
### Multiple runs of the same sample | ||
Each row represents a set of sequences (in this case the seatoxin and toxin protein families) to be processed. |
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.
this is not generic? I mean the example is still for "seatoxin and toxin protein families"?
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.
or maybe I am missing something, before we have two examples and now only one, right?
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.
sisi it is for 2 families, like in the main readme, but now we go into details on what each column is etc
@@ -1,8 +1,8 @@ | |||
process MULTIQC { | |||
label 'process_medium' | |||
|
|||
conda 'bioconda::multiqc=1.22.1' | |||
container "community.wave.seqera.io/library/pip_multiqc:2c2e276ad8997cc4" | |||
conda 'bioconda::multiqc=1.22.2' |
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.
couldn't we use the modules implementation of multiqc?
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.
No because i have to pass specific inputs that the normal one does not take - same as in rnaseq local multiqc
closes #85 |
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.
Awesome, thanks! 🚀
Update README, small fixes and fix tests
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).