Skip to content

Commit

Permalink
Merge branch 'master' into Haploflow-test1
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Sep 25, 2023
2 parents 5ecb109 + 3f791c5 commit d0407a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@ Individual files are described after the list of steps.
contig that the reads were mapped to
* refseq.nuc.pos - the 1-based index of the base in the coordinate reference
for a single gene region on non-coding region, named in the region column
* genome.pos - the absolute 1-based index of a nucleotide (in other words,
relative to the beginning of the entire reference sequence). This is the same
as refseq.nuc.pos, but not specific to a single gene or
non-coding region.
* A,C,G,T - counts for the nucleotides at this position
* N - count of reads with Phred quality score below the cutoff
* del - count of reads with a deletion at this position
Expand Down
1 change: 1 addition & 0 deletions micall/utils/primer_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from micall.utils.alignment_wrapper import align_nucs

PRIMER_SETS = {'HIVB': 'HIV1-B-FR-K03455-seed',
'HIV-AD': 'HIV1-B-FR-K03455-seed',
'HIVGHA': 'HIV1-B-FR-K03455-seed'}


Expand Down

0 comments on commit d0407a8

Please sign in to comment.