"align" in rsubread only reading 1 out of 6 of my input files
1
0
Entering edit mode
13 months ago
nikalix • 0

Hi all,

I'm trying to align 6 rnaseq fastq.gz files to the index i just build using rsubread, but every time I run the command

align(index="zfish_index", readfile1= readfile1, readfile2=NULL, type= "rna", input_format="gzFASTQ",output_format="BAM")  

(readfile1 is the name of the 6 input files; ive checked that it actually contains all 6)

the program runs but in the console it says that the input file is only the first file listed in readfile1. Is there something I'm obviously doing wrong or is this how it normally runs? I hope that makes sense I'm a complete r novice and any advice is appreciated.

Thanks!!

rnaseq rsubread align • 577 views
ADD COMMENT
0
Entering edit mode
13 months ago
Gordon Smyth ★ 7.2k

If readfile is a character vector of six file names, then align will align all of them, but it will do so one at a a time. Until the first file is finished, the console will only mention the first file. Then the console will show the second file. And so on.

If you need more help, you would need to show the contents of readfile1, for example by print(readfile1).

ADD COMMENT

Login before adding your answer.

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