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
The below line needs each gene to be 1-based indexed like proA, instead of 0-based indexed for calculating coverage because samtools coverage is 1-based.
These positions to calculate coverage for each gene should match the positions in the REF_POSITIONS dictionary as seen starting on Line 38, seen below:
The below line needs each gene to be 1-based indexed like proA, instead of 0-based indexed for calculating coverage because samtools coverage is 1-based.
el_gato/el_gato/el_gato.py
Line 1189 in f6f17a6
These positions to calculate coverage for each gene should match the positions in the REF_POSITIONS dictionary as seen starting on Line 38, seen below:
el_gato/el_gato/el_gato.py
Line 38 in f6f17a6
The text was updated successfully, but these errors were encountered: