-
Notifications
You must be signed in to change notification settings - Fork 417
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
GroupKey Logic for multiple lanes with different sizes based on line splitting #853
Comments
@achristofferson-bbi we reworked that part now, hopefully it should be clearer now |
re-opening this issue. as discussed on slack the updates in #896 don't actually address this. I believe the fix would be to add instead of multiply, but I am not quite sure yet how we can do this from a technical perspective, since we won't have access to all meta.maps in the channel mapping in parallel...... One workaround could be to force the user to supply total number of lane (or compute it on samplesheet parsing), then at least we are ride of one variable part. However, even then I don't see a straight forward way right now to make sure to group them properly without causing any form of bottleneck, which here would not be acceptable. |
🦆 moment: maybe multiple levels of grouping can get us there |
@FriederikeHanssen do you think this is now finally fixed? |
Fixed in th elinked PR |
Will this logic work for samples that have been run across multiple lanes and split_fastq turned on?
If BAM_MARKDUPLICATES_SPARK is the next step and 1 lane of fastqs was split into 2 and the other was split into 3 then BAM_MARKDUPLICATES_SPARK won't run at all or it will only run with 4 out of the 5 aligned bams.
Am I missing something?
sarek/workflows/sarek.nf
Lines 500 to 522 in 0b7f0e2
The text was updated successfully, but these errors were encountered: