From 33fc6784b66090e372e9d0238fd486a10311c51a Mon Sep 17 00:00:00 2001 From: likelet Date: Tue, 6 Feb 2018 16:05:22 +0800 Subject: [PATCH] fixing a configure error for installation of PELK in local version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8bbc7c..72d5fa8 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ All those pipelines were written in [Nextflow](https://github.com/nextflow-io/ne cd /opt/PLEK.1.2/ && \ python PLEK_setup.py || : && \ # Remove documents, demo files, source files, object files and R scripts - rm *.pdf *.txt *.h *.c *.model *.range *.fa *.cpp *.o *.R *.doc PLEK_setup.py && \ + rm *.pdf *.txt *.h *.c *.fa *.cpp *.o *.R *.doc PLEK_setup.py && \ chmod 755 * && \ # dos2unix in perl one-liner: remove BOM head and deal with \r problem perl -CD -pi -e'tr/\x{feff}//d && s/[\r\n]+/\n/' *.py && \