-
Notifications
You must be signed in to change notification settings - Fork 7
Multi-Sample Output Organization #691
Comments
Currently it is possible to add as an input a TSV containing multiple patients, but I realized that somatic variant calling then calls all possibilities of tumor-normal pairs, even between different patients, so this would need to be fixed too. |
I can see why this is happening, thanks for telling me about it |
sure, I'm very happy to use your pipeline! |
I'm glad that you're using it, with more user like you, Sarek can only improve its quality ;-) |
Has this been addressed yet? This wastes the time and computing resources exponentially as the number of patients increase. |
Hi, |
The bug encountered by @ggabernet will be fixed by #728. |
I would say the vcfs would be enough. Thanks for checking this!
… On 14. Feb 2019, at 16:56, Maxime Garcia ***@***.***> wrote:
The bug encountered by @ggabernet <https://github.com/ggabernet> will be fixed by #728 <#728>.
Concerning the organization of files, is this just the vcfs that are posing an issue for you?
or would you want separate directories for the bams as well?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#691 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADyhf8ixgEvFvhfTrEMd4RtLLBlikZlSks5vNYc8gaJpZM4YmZu->.
|
Thanks for your input. |
@maxulysse |
@jongtaek-kim I can see why you're interested in this issue. Are VCFs organized in patient specific folder enough for you ? |
After doing some thinking, I think both are good ideas to implement. |
OK, so the VCFs are to be separated in PR #728 |
@maxulysse Thank you so much. Also, appreciate getting the targetBED fixed. |
Is your feature request related to a problem? Please describe.
Currently, output is organized in a way that every VCF file lands in a single folder.
Describe the solution you'd like
It would be nice to have the possibility, if users can specify a single TSV containing multiple patients and the generated VCFs etc are stored nicely in
Describe alternatives you've considered
Creating n TSV files for each patient individually, which is quite cumbersome...
We discussed this together with @ggabernet @maxulysse on Gitter :-)
The text was updated successfully, but these errors were encountered: