Skip to content

Commit 0340ba9

Browse files
committed
fix linting issues
1 parent ed81b0b commit 0340ba9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nextflow_schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,13 +521,12 @@
521521
},
522522
"function_interproscan_db_url": {
523523
"type": "string",
524-
"default": "http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.59-91.0/interproscan-5.59-91.0-64-bit.tar.gz",
524+
"default": "http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.67-99.0/interproscan-5.67-99.0-64-bit.tar.gz",
525525
"help_text": "This allows the user to change the default InterProScan version for coding region functional annotation, which allows for the latest release usage. By default this is set to `http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.67-99.0/interproscan-5.67-99.0-64-bit.tar.gz`. ",
526526
"description": "Change the database version used for annotation."
527527
},
528528
"function_interproscan_db": {
529529
"type": "string",
530-
"default": "/Net/Groups/ccdata/databases/interproscan_5.67-99.0/",
531530
"help_text": "Use this to supply the path to a pre- downloaded InterProScan database. This can be any unziped InterProScan version. By default the database version '5.67-99.0' is downloaded. \n\nFor more details on where to find different InterProScan databases see tool [documentation](https://interproscan-docs.readthedocs.io/en/latest/UserDocs.html#obtaining-a-copy-of-interproscan).\n",
532531
"description": "Path to pre-downloaded database."
533532
},

0 commit comments

Comments
 (0)