You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the pipeline creates one result per input line in the mapping file. We currently do not split fastqs that were previously merged, and we do not accurately assign read groups in final alignment file. It is possible that we will perform picard's MarkDuplicates (this is useful for QC and certain downstream analysis tools)
This issue can be split into two parts:
splitting input fastqs before any other steps
merging fastqs (not all tasks require proper RGIDs in alignment) or merging bams.
The text was updated successfully, but these errors were encountered:
Currently the pipeline creates one result per input line in the mapping file. We currently do not split fastqs that were previously merged, and we do not accurately assign read groups in final alignment file. It is possible that we will perform picard's MarkDuplicates (this is useful for QC and certain downstream analysis tools)
This issue can be split into two parts:
The text was updated successfully, but these errors were encountered: