-
Notifications
You must be signed in to change notification settings - Fork 16
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
[Module] Recognize_Bundles and Clean_Bundles #67
Conversation
@AlexVCaron merged with main. I add some conflicts in file
|
Hi Charles ! You can update your PR with the main branch. Also, for the missing test data, can you prepare an archive or upload the missing file(s) here ? I'll make them available for your test cases. |
Hi @CHrlS98 ! Can we try solving this PR ? There are two checks that fail, they should be fixable quickly :
@gagnonanthony and @ThoumyreStanislas are available for support if you need a hand ! |
@AlexVCaron @gagnonanthony @ThoumyreStanislas Sorry for the delay it'd seem I missed the notification. I'm getting back to it this week. |
@AlexVCaron @ThoumyreStanislas @gagnonanthony Here is the missing file for the tests. It should go in |
I fixed the linting and the test input. However I did not run the test locally as it is unclear where I should put the |
@CHrlS98 The package is uploaded and |
Alright everything passes, ready for review @ThoumyreStanislas @gagnonanthony ! |
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.
Minor changes, but overall really nice! Thanks @CHrlS98!
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.
That's really good! Well done! Just a minor comment and that will be good for me.
file("${test_data_directory}/fibercup_atlas/") | ||
]} | ||
|
||
BUNDLE_RECOGNIZE ( input ) |
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.
Can you create another test in which you also test your parameters with other values (minimal_vote_ratio, seed, outlier_alpha).
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.
Done in b331082 !
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! 💯
LGTM! |
Describe your changes
Add
Recognize_Bundles
andClean_Bundles
fromrbx_flow
.Say which test data are used by your module
Uses scilpy
bundles.zip
test data.A
config.json
file required forscil_recognize_multi_bundles.py
is missing from the available test data.Checklist before requesting a review
./modules/nf-scil/<category>/<tool>/main.nf
./modules/nf-scil/<category>/<tool>/meta.yml
./tests/modules/nf-scil/<category>/<tool>/main.nf
./tests/modules/nf-scil/<category>/<tool>/nextflow.config