Closed GoogleCodeExporter closed 8 years ago
Greetings,
Sorry about the problem. This bug had not come up in the past when testing for
our different RNA-Seq test datasets, including paired ends, but I just
replicated this error when a file naming issue (unmatchable junction and exon
files). Can you email me you file names or take a screen shot of the directory
that contains your junction/exon.bed files (nsalomonis@gmail.com)? If this is
the case, I will try to develop some methods to detect and warn right when the
analysis starts.
Original comment by nsalomo...@gmail.com
on 8 Oct 2012 at 8:38
i have the same error ,could you tell me how to fix the error ,thanks!!!
Original comment by zhiangr...@126.com
on 9 Jan 2013 at 3:06
Attachments:
This problem is almost always caused due to an issue with how the exon and
junction files are named. AltAnalyze must match up each exon and junction file
that correspond to a single sample propperly, or this error will occur. An
example of a valid pair of files names is "patient1__exon.bed" and
"patient1__junction.bed". A bad example is "patient1_exon.bed" and
"patient1_junction.bed", where only one and not two underscores are used. The
text "exon" and "junction" here are not important (anything can be used
following the __ and AltAnalyze automatically detects exon versus junction
files based on the number of columns in the file). Rather, the identical sample
name preceeding the double underscore must be present. In the next version of
AltAnalyze (versoin 2.0.8), this problem will be caught before the analysis is
run.
Original comment by nsalomo...@gmail.com
on 9 Jan 2013 at 5:04
Original issue reported on code.google.com by
changx...@gmail.com
on 6 Oct 2012 at 7:17