Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadbkh committed Mar 14, 2024
1 parent a8dc9da commit f3eff5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ manifest {
description = """The pipeline analyses raw sequence data (generally stored as .fastq.gz) to create a first-pass species tree"""
mainScript = 'main.nf'
nextflowVersion = '!>=22.10.1'
version = '1.0'
version = '1.1'
doi = ''
defaultBranch = 'main'
}
Expand Down

0 comments on commit f3eff5b

Please sign in to comment.