leafcutter icon indicating copy to clipboard operation
leafcutter copied to clipboard

leafcutter_DS halted

Open herber4 opened this issue 4 years ago • 2 comments

Loading required package: Rcpp Loading counts from Book1.txt Loading metadata from bam.list Error in [.data.frame(counts, , meta$sample) : undefined columns selected Calls: [ -> [.data.frame Execution halted

any idea why this would happen? My input files are the same as used in the tutorial

herber4 avatar Sep 17 '21 17:09 herber4

I'm having the same issue. Any update?

jaempawi avatar Mar 12 '24 03:03 jaempawi

yes, make sure the sample names in the meta data file are the same as what's in the counts table. in the case of the example above, you can: cat Book1.txt cat bam.list

then edit the names in the bam.list to match the sample names in the Book1.txt

herber4 avatar Mar 12 '24 11:03 herber4