Skip to content

Wasted Compute #454

@PedalheadPHX

Description

@PedalheadPHX

When the sample was only sequenced on one lane this final merge is just reading and writing out the same file, could be a rename like in baserecalibration

samtools merge \
--threads 8 \
-c \
-f \
-l 6 \
"{{ temp_dir }}/{{ sample.name }}.bwa.md.bam" \
{% for rgid in sample.read_groups %}
{% if not loop.last %}
"{{ temp_dir }}/{{ sample.name }}_{{ rgid }}.bwa.md.bam" \
{% else %}
"{{ temp_dir }}/{{ sample.name }}_{{ rgid }}.bwa.md.bam"
{% endif %}
{% endfor %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions