Update happy module#311
Conversation
|
I would like to confirm whether |
|
However, in another place in the pipeline documentation we say that the regions_bed is for defining the high confidence regions. The happy documentation , though, states that the confidence bed should be passed form -f. |
Hello, Passing regions_bed with -f was due to the errorious fix in the previous version. I confirm, we need to use -R in the pipeline to define regions file. |
I agree that is really confusing. Can you also please fix the documentation? regions_bed is not really defining confidence regions.. Better to add that note to -f (--false-positives bed) |
|
@georgiakes You should also update the subworkflow tests involving happy.. :/ |
|
Hello! I have updated the documentation for some of the BED file parameters. Since we updated the definition of Instead of using Do you agree with this approach? |
What you suggests makes me sense, but we should make this very clear to he user. Since, falsepositive_bed doesnt sound like high confidence. What would you think we also change the general input variable from falsepositive_bed to high_confidence_bed ? That will make it more clear? |
|
I agree! The name as it right now doesn't help. |
|
Okay, lets do that, But we have to be carefull with all the processes using regions and targets files.. For example, cnv part also uses those non intuitively. But this will be a good change to make all more understandable. |
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).