Skip to content

vijayaparthiban/convex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#!/usr/local/bin/bash

# CoNVex is an R package, developed with some unconventional methods for its use in large-scale linux clusters with large number of patient samples (genomic data)

# Execute following commands in Unix to idownload, build and install CoNVex as an R package 

# Downloadi or clone this repo:
git clone https://github.com/vijayaparthiban/convex.git

echo 'Building CoNVex package'
R CMD build CoNVex
wait
hi=`ls C*.tar.gz | sort | tail -n1`

echo Installing CoNVex package: R CMD INSTALL $hi
R CMD INSTALL $hi
wait

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published