datacarpentry / wrangling-genomics

Data Wrangling and Processing for Genomics
https://datacarpentry.org/wrangling-genomics/
Other
71 stars 151 forks source link

wrangling-genomics/04-variant_calling: More problems with TVIEW #179

Closed hoytpr closed 5 years ago

hoytpr commented 5 years ago

TVIEW does not look the same as lesson image. Suspect it's due to use of NC_012967.1 rather than CP000819.1.

Therefore after pressing "g" one should enter "CP000819.1:4377265" not "NC_012967.1:4377265". The latter gives an error "Invalid"

TVIEW_image

fpsom commented 5 years ago

Fixed in PR #183. Thanks @hoytpr for catching this and @murraycadzow for the PR!