morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

Possible error in read_tsv #95

Closed mattssca closed 1 year ago

mattssca commented 2 years ago

When installing GAMBLR from the current MASTER branch, users have been reported to get the following message returned:

Note: possible error in 'read_tsv(full_path, col_names = c("chrpos", ': unused argument (show_col_types = FALSE)
Note: possible error in 'read_tsv("/projects/rmorin/projects/gambl-repos/gambl-rmorin/config/exclude.tsv", ': unused argument (show_col_types = FALSE)
Note: possible error in 'read_tsv(full_cnv_path, ': unused argument (show_col_types = FALSE)

Can anyone else either confirm or debunk this? I was unable to reproduce these messages when installing from MASTER.

rdmorin commented 1 year ago

This is no longer an issue, right?

mattssca commented 1 year ago

Closing this issue!