Skip to content

fix unknown track error in line665: rmsk --> RepeatMasker #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ferygood
Copy link

I am happy to see there is a demonstration of usage to get the RepeatMakser track in rtracklayer, since I am very interested in this field. I just found an unknown track error. Please consider accepting this change in the tutorial. Thanks a lot!

Details:
This function demonstration wants to get the RepeatMasker table from UCSC. Thus, the track needs to be RepeatMasker instead of rmsk. Otherwise, it will get an unknown track error in R:

Error in h(simpleError(msg, call)) :
error in evaluating the argument 'object' in selecting a method for function 'getTable': error in evaluating the argument 'table' in selecting a method for function '%in%': Unknown track: rmsk

This function demonstration wants to get the RepeatMasker table from UCSC. Thus the track needs to be RepeatMasker instead of rmsk. Otherwise, it will get an unkown track error:
Error in h(simpleError(msg, call)) : 
  error in evaluating the argument 'object' in selecting a method for function 'getTable': error in evaluating the argument 'table' in selecting a method for function '%in%': Unknown track: rmsk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant