nf-core/proteinfold
Protein 3D structure prediction pipeline
1.0.0
). The latest
stable release is
1.1.1
.
Define where the pipeline should find input data and save output data.
Path to comma-separated file containing information about the samples in the experiment.
string
^\S+\.csv$
You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row. See usage docs.
The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.
string
Specifies the mode in which the pipeline will be run
string
Run on CPUs (default) or GPUs
boolean
Email address for completion summary.
string
^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (~/.nextflow/config
) then you don't need to specify this on the command line for every run.
MultiQC report title. Printed as page header, used for filename if not otherwise specified.
string
Alphafold2 options.
Maximum date of the PDB templates used by 'AlphaFold2' mode
string
2020-05-14
Specifies the DB and PARAMS path used by 'AlphaFold2' mode
string
If true uses full DBs otherwise, otherwise it uses the reduced version of DBs
boolean
Specifies the mode in which Alphafold2 will be run
string
Model preset for 'AlphaFold2' mode
string
Colabfold options.
Specifies the PARAMS and DB path used by 'colabfold' mode
string
Specifies the MSA server used by Colabfold
string
Model preset for 'colabfold' mode
string
Number of recycles
integer
3
Use Amber minimization to refine the predicted structures
boolean
true
Specify the way that MMSeqs2 will load the required databases in memory
integer
Specify your custom MMSeqs2 API server url
string
Use PDB templates
boolean
true
Create databases indexes when running colabfold_local mode
boolean
Parameters used to describe centralised config profiles. These should not be edited.
Git commit id for Institutional configs.
string
master
Base directory for Institutional configs.
string
https://raw.githubusercontent.com/nf-core/configs/master
If you're running offline, Nextflow will not be able to fetch the institutional config files from the internet. If you don't need them, then this is not a problem. If you do need them, you should download the files from the repo and tell Nextflow where to find them with this parameter.
Institutional config name.
string
Institutional config description.
string
Institutional config contact information.
string
Institutional config URL link.
string
Set the top limit for requested resources for any single job.
Maximum number of CPUs that can be requested for any single job.
integer
16
Use to set an upper-limit for the CPU requirement for each process. Should be an integer e.g. --max_cpus 1
Maximum amount of memory that can be requested for any single job.
string
128.GB
^\d+(\.\d+)?\.?\s*(K|M|G|T)?B$
Use to set an upper-limit for the memory requirement for each process. Should be a string in the format integer-unit e.g. --max_memory '8.GB'
Maximum amount of time that can be requested for any single job.
string
240.h
^(\d+\.?\s*(s|m|h|day)\s*)+$
Use to set an upper-limit for the time requirement for each process. Should be a string in the format integer-unit e.g. --max_time '2.h'
Parameters used to provide the links to the DBs and parameters public resources to Alphafold2.
Link to BFD dababase
string
https://storage.googleapis.com/alphafold-databases/casp14_versions/bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt.tar.gz
Link to a reduced version of the BFD dababase
string
https://storage.googleapis.com/alphafold-databases/reduced_dbs/bfd-first_non_consensus_sequences.fasta.gz
Link to the Alphafold2 parameters
string
https://storage.googleapis.com/alphafold/alphafold_params_2022-03-02.tar
Link to the MGnify database
string
https://storage.googleapis.com/alphafold-databases/casp14_versions/mgy_clusters_2018_12.fa.gz
Link to the PDB70 database
string
http://wwwuser.gwdg.de/~compbiol/data/hhsuite/databases/hhsuite_dbs/old-releases/pdb70_from_mmcif_200916.tar.gz
Link to the PDB mmCIF database
string
rsync.rcsb.org::ftp_data/structures/divided/mmCIF/
Link to the PDV obsolete database
string
ftp://ftp.wwpdb.org/pub/pdb/data/status/obsolete.dat
Link to the Uniclust30 database
string
https://storage.googleapis.com/alphafold-databases/casp14_versions/uniclust30_2018_08_hhsuite.tar.gz
Link to the UniRef90 database
string
ftp://ftp.uniprot.org/pub/databases/uniprot/uniref/uniref90/uniref90.fasta.gz
Link to the PDB SEQRES database
string
ftp://ftp.wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt
Link to the SwissProt UniProt database
string
ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.fasta.gz
Link to the TrEMBL UniProt database
string
ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_trembl.fasta.gz
Parameters used to provide the paths to the DBs and parameters for Alphafold2.
Path to BFD dababase
string
Path to a reduced version of the BFD database
string
Path to the Alphafold2 parameters
string
Path to the MGnify database
string
Path to the PDB70 database
string
Path to the PDB mmCIF database
string
Path to the Uniclust30 database
string
Path to the UniRef90 database
string
Path to the PDB SEQRES database
string
Path to UniProt database containing the SwissProt and the TrEMBL databases
string
Parameters used to provide the links to the DBs and parameters public resources to Colabfold.
Link to the Colabfold database
string
http://wwwuser.gwdg.de/~compbiol/colabfold/colabfold_envdb_202108.tar.gz
Link to the UniRef30 database
string
http://wwwuser.gwdg.de/~compbiol/colabfold/uniref30_2103.tar.gz
Link to the Alphafold2 parameters for Colabfold
string
Parameters used to provide the links to the DBs and parameters public resources to Colabfold.
Link to the Colabfold database
string
Link to the UniRef30 database
string
Link to the Alphafold2 parameters for Colabfold
string
Dictionary with Alphafold2 parameters tags
object
Less common options for the pipeline, typically set in a config file.
Display help text.
boolean
Display version and exit.
boolean
Method used to save pipeline results to output directory.
string
The Nextflow publishDir
option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See Nextflow docs for details.
Email address for completion summary, only when pipeline fails.
string
^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
An email address to send a summary email to when the pipeline is completed - ONLY sent if the pipeline does not exit successfully.
Send plain-text email instead of HTML.
boolean
File size limit when attaching MultiQC reports to summary emails.
string
25.MB
^\d+(\.\d+)?\.?\s*(K|M|G|T)?B$
Do not use coloured log outputs.
boolean
Incoming hook URL for messaging service
string
Incoming hook URL for messaging service. Currently, MS Teams and Slack are supported.
Custom config file to supply to MultiQC.
string
Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file
string
Custom MultiQC yaml file containing HTML including a methods description.
string
Directory to keep pipeline Nextflow logs and reports.
string
${params.outdir}/pipeline_info
Boolean whether to validate parameters against the schema at runtime
boolean
true
Show all params when using --help
boolean