Entering edit mode
21 months ago
biology_inform
▴
50
hi all, Is there anyone who can successfully run CERES pipeline in R?
hi all, Is there anyone who can successfully run CERES pipeline in R?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Are you looking for moral support or technical support? Have you tried using it with an older version of R and bioconductor? (i.e. circa 2019?). What sorts of errors do you get?
:) technical support.
this error and I think there is problem with the bowtie command but i couldnt solve the problem. Edit: I am. aware of the problem with the samtools command i already solved it.
Thanks in advance
they didnt provide a good tutorial thats why i cannot determine whether i have problem in input files
ps: but i cannot run the demo files
I see. Well given the bowtie2 error, I would say the most straightforward thing to do is make sure you can run bowtie2. You can try this with just a few lines of fastq data (as opposed to an entire data set, and remember fastq uses 4 lines per sequence record). Many of these things are solved one small step at a time.
I solved the issue with using bowtie. But now I am experiencing this issue;
Shouldn't it be easily working for the demo dataset?
I am running into the same issue:
My thought is that this is possibly due to old package dependencies. If anyone has this example CERES code working on their local, please to share a requirements.txt file of your R packages.. Thanks