Protal can be installed via conda. For that you have to first add the channels bioconda and conda-forge. As protal has some dependencies, it is advised to install the program in a separate conda environment (as stated in the following).
Protal can also be installed by compiling the sources from github, but for now, conda is the prefered way to install protal. Further, a precompiled static binary can be downloaded from https://github.com/4less/protal/releases should you be unable to use conda on your cluster. This can also be useful if your cluster contains separate nodes and the nodes with internet are different from the ones running protal. Those library issues could lead to problems.
Run the following to test your installation
protal \
--db protal_r214/ \ # path to the protal database
-1 SRR8797712_1.fastq.gz \ # path to forward reads
-2 SRR8797712_2.fastq.gz \ # path to reverse reads
-3 SRR8797712 \ # sample name for output
--outdir ./ \ # output directory
--threads 4 # number of threads
#STRAIN_OUTPUT_DIR /path/to/output/strain #OUTPUT_DIR /path/to/output/ #SAM_OUTPUT_DIR /path/to/output/sam #PROFILE_OUTPUT_DIR /path/to/output/profiles #INPUT_DIR /path/to/input/ #SAMPLEID FIRST SECOND SAM PREFIX PROFILE sample1 SRR8797712_1.fastq.gz SRR8797712_2.fastq.gz sample1.sam sample1 sample1.profile
protal \
--db protal_r214/ \
--map test.map \
--threads 4 \
Copyright © All rights reserved | This template is made with Colorlib