robinmeyers / transloc_pipeline

Translocation Sequencing Pipeline (Alt Lab)
http://robinmeyers.github.io/transloc_pipeline/
6 stars 7 forks source link

Updated for recent version of R and perl #9

Open aherbert opened 4 years ago

aherbert commented 4 years ago

The following changes allowed the pipeline to be run using:

R: 3.4.4 Perl: 5.26.1

I do not know the implications for setting the default barcode to 0 for the de-duplication R script. The use of NA for the integer type is not allowed in this version of R. With this change the script ran and found some duplicates.

From perl 5.24 the keys and values keywords cannot accept a reference. The argument must be an array or a hash (see perldoc: values).