-
Notifications
You must be signed in to change notification settings - Fork 44
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
sort ranked SVs before indexing #393
Conversation
|
Thanks for the PR - I've started a test now, but it will take a day or so. |
Great! 🤞🏻 |
The SV ranking and scoring complete successfully now! |
@fa2k : Did you get a |
No, I didn't get a tbi in rank_and_filter/ . |
@fa2k sorry for the trouble, but could you resume your run with the code from the recent commit, and check if indices are generated and published as expected? |
It looks good to me. I should approve after we here the results of the tests from @fa2k. By the way, is it correctly understood that the ranked SV VCF-file will be published as
while the ranked and annotated SV VCF-file will be published as
? |
It does everything from GENMOD_ANNOTATE again; perhaps there's something preventing it from caching those. It worked without error, but it didn't produce a tbi file. (I've disable SNV annotation due to a problem.)
|
@fa2k : Which commit did you run on? Could you perhaps take a look in, say, |
Sorry - I accidentally ran the wrong version. I hope to get the new result in a few hours. |
It created a tbi file now. All good! |
PR checklist
This PR addresses #381
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile test_one_sample,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).