Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 843 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 843 Bytes

THIS REPO IS 🚧 UNDER CONSTRUCTION 🚧 and NOT Used in ANY production CODE

Nextflow Conversion

GpiAnchorPrediction

flowchart TD
    p0((Channel.fromPath))
    p1[GpiAnchorPrediction:runpredGpi]
    p2(( ))
    p0 -->|seqs| p1
    p1 --> p2
Loading

Get Started

  • Install Nextflow

    curl https://get.nextflow.io | bash

  • Run the script

    nextflow run VEuPathDB/GpiAnchorPrediction -with-trace -c <config_file> -r main

Description of nextflow configuration parameters:

param value type description
inputFilePath string Path to the input fasta file.
outputDir string Where you would the the output file to be stored.
outputFormat string <json,gff3> Desired output format.