Duke-GCB/ScriptWrapper

Name: ScriptWrapper

Owner: Duke Center for Genomic and Computational Biology

Description: Script that runs a command based on $PATH for hard coded scripts.

Created: 2016-06-02 19:52:12.0

Updated: 2016-06-02 20:01:10.0

Pushed: 2016-06-02 20:03:34.0

Homepage: null

Size: 3

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ScriptWrapper

Script that runs a command based on $PATH for hard coded scripts.

A system administrator can place this script at the hard coded path allowing different versions of the software to be used. The primary use case is running third party perl scripts on a cluster of computers who have /usr/local/bin/perl hard coded.

Steps:

  1. move the perl binary out of place from /usr/local/bin to somewhere else in $PATH
  2. move scriptwrapper.sh from this repository to /usr/local/bin/perl
  3. make sure execute permissions are enabled on /usr/local/bin/perl

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.