-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Version 0.1.0 | ||
## Version 1.0.0-beta | ||
|
||
Initial release. | ||
Initial pre-release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Declare the plugin in your Nextflow pipeline configuration file: | |
|
||
```groovy title="nextflow.config" | ||
plugins { | ||
id 'nf-co2footprint@0.1.0' | ||
id '[email protected].0-beta' | ||
} | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ The plugin can be tested without using a local Nextflow build using the followin | |
2. Run nextflow with this command, specifying the plugin version: | ||
|
||
```bash | ||
nextflow run -plugins nf-co2footprint@0.1.0 <script/pipeline name> [pipeline params] | ||
nextflow run -plugins [email protected].0-beta <script/pipeline name> [pipeline params] | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Manifest-Version: 1.0 | ||
Plugin-Id: nf-co2footprint | ||
Plugin-Version: 0.1.0 | ||
Plugin-Version: 1.0.0-beta | ||
Plugin-Class: nextflow.co2footprint.CO2FootprintPlugin | ||
Plugin-Provider: nextflow | ||
Plugin-Requires: >=23.07.0 |