vastgroup / vast-tools

A toolset for profiling alternative splicing events in RNA-Seq data.
MIT License
78 stars 29 forks source link

Combine error when using --exprONLY #37

Closed kcha closed 9 years ago

kcha commented 9 years ago

After running vast-tools align with --exprONLY flag, the combine step fails because it can't find any files in to_combine folder:

> vast-tools align -sp Hsa -exprONLY <sample>
> vast-tools combine 
[vast combine error]: Could not find any samples in vast_out/to_combine.

The issue is that RunDBS_2.pl checks for files in to_combine first. If there are 0 files found, then the script issues an error and exits. It does not consider if there are files in the expr_out folder.