bebatut / PylProtPredictor

Prediction of PYL proteins
http://bebatut.fr/PylProtPredictor/
Apache License 2.0
0 stars 0 forks source link

Snakemake migration fixes #8

Closed keuv-grvl closed 7 years ago

keuv-grvl commented 7 years ago

New rules

Uniref90

Multithreading

Usage

$ snakemake           # print the help
$ snakemake --list    # list all available rules (+ description)
$ snakemake
    --cores           # use all CPU
    -p                # print executed commands
    PylProtPredictor  # run the complete pipeline
$ xdg-open results/YOURGENOME/report.html # open the report in your web browser
bebatut commented 7 years ago

Thanks for this !!