Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
luisas committed Dec 13, 2024
1 parent 7068030 commit ea46b39
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
12 changes: 0 additions & 12 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,18 +226,6 @@ To further assist in reproducibility, you can use share and reuse [parameter fil

> [!NOTE]
> These options are part of Nextflow and use a _single_ hyphen (pipeline parameters use a double-hyphen)
> =======
> :::tip
> If you wish to share such profile (such as upload as supplementary material for academic publications), make sure to NOT include cluster specific paths to files, >nor institutional specific profiles.
> :::
## Core Nextflow arguments
:::tip
These options are part of Nextflow and use a _single_ hyphen (pipeline parameters use a double-hyphen).
:::
> > > > > > > origin/dev
### `-profile`

Expand Down
44 changes: 33 additions & 11 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -261,23 +261,45 @@ dag {

manifest {
name = 'nf-core/multiplesequencealign'
author = """Luisa Santus, Jose Espinosa Carrasco""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
contributors = [
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
[
name: 'Luisa Santus',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
affiliation: 'Centre for Genomic Regulation (CRG)',
email: 'luisa.santus95@gmail.com',
github: '@luisas',
contribution: ['author', 'maintainer', 'contributor'],
orcid: 'https://orcid.org/0000-0002-5992-0771'
],
[
name: ' Jose Espinosa Carrasco',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
affiliation: 'Centre for Genomic Regulation (CRG)',
email: 'joseantonio.espinosa@crg.eu',
github: '@joseespinosa',
contribution: ['author', 'maintainer', 'contributor'],
orcid: 'https://orcid.org/0000-0002-1541-042X'
],
[
name: ' Leon Rauschning',
affiliation: 'Ludwig Maximilian Universitaet (LMU)',
email: 'leon.rauschning@tum.de',
github: '@lrauschning',
contribution: ['author', 'contributor'],
orcid: ''
],
[
name: ' Alessio Vignoli',
affiliation: 'Centre for Genomic Regulation (CRG)',
email: 'alessio.vignoli@crg.eu',
github: '@alessiovignoli',
contribution: ['author', 'contributor'],
orcid: 'https://orcid.org/0000-0001-7131-2915'
],
[
name: ' Igor Trujnara',
affiliation: 'Centre for Genomic Regulation (CRG)',
email: 'igor.trujnara@crg.eu',
github: '@itrujnara',
contribution: ['author', 'contributor'],
orcid: ''
],
]
Expand Down

0 comments on commit ea46b39

Please sign in to comment.