Mercurial > repos > nikos > rna_probing
view k2n.R @ 18:c139b9abe064 draft
Changed env parameter in summarize_unique_barcodes.xml
author | nikos |
---|---|
date | Wed, 11 Feb 2015 07:32:32 -0500 |
parents | 31f25b37187b |
children | ceb96c265bd1 |
line wrap: on
line source
options(stringAsfactors = FALSE, useFancyQuotes = FALSE) args <- commandArgs(trailingOnly = TRUE) library(RNAprobR) # Read inputs merged <- args[1] unique_barcodes <- args[2] output <- args[3] k2n_calc( merged, unique_barcodes, output )