Rsubread - Alignment-Error in normalizePath
1
0
Entering edit mode
3.7 years ago
devarts ▴ 40

Hi All. I'm trying to an alignment for multiple files, paired end, using Rsubread. I set up the readfile vector with file names as follows.

read1 <- list.files(path= "path to/Yarrowia_lipolytica/Genewiz-us-ngs-00_fastq", pattern = "*_R1_001.fastq.gz$")
read2 <- list.files(path= "path to/Genewiz-us-ngs-00_fastq", pattern = "*_R2_001.fastq.gz$")

That seems to work, in example reads1 appears to be chr [1:24] "F353-B-gku_R1_oo1.fasta.gz"....

But, when I try to run align, as follows, I get an error that is a mystery to me.

align(index = "index", readfile1 = reads1, readfile2 = reads2, output_file = "./Rsubread_alignment.BAM", input_format = "FASTQ", output_format = "BAM")

Error in normalizePath(files, mustWork=mustWork)
: path[1] = "F353-B-gku_R1_oo1.fasta.gz".: No such file or directory

I wonder if the file names need the whole path attached somehow?

Any help would be much appreciated.

Thanks, David

RNA-Seq Rsubread Alignment • 1.8k views
ADD COMMENT
0
Entering edit mode

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

ADD REPLY
0
Entering edit mode

Thank You. I'm new.

ADD REPLY
0
Entering edit mode

Thank You. That worked.

ADD REPLY
0
Entering edit mode

Please only add answers when you're answering the question on the top-level post. This psot should have been a comment on my answer. I've moved it to a comment on the top-level post for now.

Please accept my answer (the green check mark on the left) so the post is marked as solved.

ADD REPLY
0
Entering edit mode

Whoops. My bad. I am learning.

ADD REPLY
0
Entering edit mode

That's OK. Welcome to biostars!

ADD REPLY
3
Entering edit mode
3.7 years ago
Ram 43k

I wonder if the file names need the whole path attached somehow?

Yes. Add full.names = TRUE to list.files() and you should be all set.

ADD COMMENT
0
Entering edit mode

Thank You. Yes. That worked well. :)

ADD REPLY

Login before adding your answer.

Traffic: 3001 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