cancerit / BRASS

Breakpoints via assembly - Identifies breaks and attempts to assemble rearrangements in whole genome sequencing data.
GNU Affero General Public License v3.0
57 stars 20 forks source link

metropolis_hastings_inversions.R - output in odd location when '.' in path #31

Closed keiranmraine closed 8 years ago

keiranmraine commented 8 years ago

This R code splits filepaths on . rather than just the filename component.

Results in tricky to trace execution problems.

keiranmraine commented 8 years ago

Looks like this is a problem in all of the inherited R code. Likely using sub() function will solve.