Rbowtie2 problem
0
1
Entering edit mode
Francisco ▴ 10
@dd2ab2db
Last seen 2.1 years ago
Spain

It should be nice to understand why always obtain NULL when using Rbowtie2 functions. The program its located in the library but it doesn´t work

library(Rbowtie2)
> td <- tempdir()
> refs <- dir(system.file(package="Rbowtie2", "extdata", "bt2","refs"),full=TRUE)
> (cmdout<-bowtie2_build(references=refs, 
+                        bt2Index=file.path(td, "lambda_virus"), "--threads 4 --quiet",
+                        overwrite=TRUE))
NULL
Rbowtie2 • 530 views
ADD COMMENT
0
Entering edit mode

I am having the same problem. Did you find a solution?

ADD REPLY

Login before adding your answer.

Traffic: 643 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6