Opened 20 months ago
Closed 19 months ago
#1473 closed task (fixed)
Implement alignment for the DNA WGS pipeline
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.46 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
See #1464 for background.
The first alignment step is done separately for each sample. bwa-mem2
should be used for alignment from FASTQ files. After the alignment several samtools
steps are used for sorting/merging, etc. The end result should be a single BAM file with aligned and unaligned sequences. We will probably produce some statistics also and some values will be imported as annotations into BASE.
Change History (38)
comment:1 by , 20 months ago
comment:38 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 7081: