HenrikBengtsson / CostelloPSCNSeq

R package: Parent-specific Copy-number Estimation Pipeline using HT-Seq Data
3 stars 2 forks source link

ROBUSTNESS: Use '/usr/bin/env bash' shebangs #23

Closed HenrikBengtsson closed 5 years ago

HenrikBengtsson commented 5 years ago

We're now using:

#!/bin/bash

but it's more portable to use

#!/usr/bin/env bash