Skip to content
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

enomic error, working test files #2

Open
jamesdalg opened this issue Jan 11, 2018 · 1 comment
Open

enomic error, working test files #2

jamesdalg opened this issue Jan 11, 2018 · 1 comment

Comments

@jamesdalg
Copy link

issue 1:
R/Classes.R has the following line with the following typo:

223 genomicFeature <- as(genomicFeature, "data.frame")
224 if (zero.based) {
225 enomicFeature$start <- genomicFeature$start - 1
issue 2:
Can you provide a working example of a small dataset that I can run start to finish (files I can run rather than R objects, so I can format my data just like yours)? I'm having a very difficult time getting this to run.
the countReads method has a very difficult time running, particularly with the countReads method in Windows:
tca.count.reads<-TCseq::countReads(tca,dir=paste0(groupdir,"dalgleishjl/bwaBam/"))
Error during wrapup: BiocParallel errors
element index: 1, 2, 3, 4, 5, 6, ...
@jamesdalg
Copy link
Author

Additionally, I tried this on linux:

tca.count.reads<-TCseq::countReads(tca,dir=paste0(groupdir,"dalgleishjl/bwaBam/"),method='featureCounts')
Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), :
'data' must be of a vector type, was 'NULL'

mdsung added a commit to mdsung/TCseq that referenced this issue Nov 3, 2022
MengjunWu#1. Revise for cbind error when initialize with old code
MengjunWu#2. Make `matrix` function to initialize `tc` variable
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

No branches or pull requests

1 participant