Skip to content

Commit

Permalink
fixing a configure error for installation of PELK in local version
Browse files Browse the repository at this point in the history
  • Loading branch information
likelet committed Feb 6, 2018
1 parent bb895b4 commit 33fc678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 33fc678

Please sign in to comment.