aehrc / TRIBES

Finding cryptic relationships to boost disease gene detection
Other
12 stars 5 forks source link

Edit TRIBES code to be compatible with Ubuntu distribution #2

Closed natwine closed 5 years ago

natwine commented 5 years ago

on running TRIBES on Ubuntu system, user received following error

./gzvcf2plink: 8: ./gzvcf2plink: Syntax error: "(" unexpected.

This is most likely due to using /bin/sh syntax.

Please could you update TRIBES scripts to explicitly call bash shell with #!/bin/bash

This should resolve the issue to make it suitable for all Linux distributions

piotrszul commented 5 years ago

Fixed but needs to be tested on ubuntu.