Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First release :) #1

Merged
merged 28 commits into from
Dec 16, 2024
Merged

First release :) #1

merged 28 commits into from
Dec 16, 2024

Conversation

famosab
Copy link
Collaborator

@famosab famosab commented Dec 10, 2024

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@famosab
Copy link
Collaborator Author

famosab commented Dec 16, 2024

This will be called
Curie Purpureal

https://www.codenamegenerator.com/ - Units of Measurement / Color Terms

CHANGELOG.md Outdated Show resolved Hide resolved
@famosab famosab merged commit acf9ad5 into master Dec 16, 2024
16 of 20 checks passed
famosab added a commit that referenced this pull request Dec 17, 2024
* First release :) (#1)

* feat: add modules

* feat: add docker image

* fix: swap to wave containers

* feat: update schema and config

* feat: add modules to workflow

* fix: usage of vcf2mat

* fix: remove .view and add more comments explaining the code

* feat: add gvcf to vcf conversion

* feat: add GATK iGenomes

* feat: add tabix

* update docs

* update input schema

* update sbwf

* update schemas

* add pipeline tests

* feat: add correct tests

* change access to index bool

* prettier to hopefullly fix linting?

* fix indentation

* add env to local module

* fix linting for first version

* add nf-test and ignore external configs

* wip on nf-test

* finalize tests

* Template update for nf-core/tools version 3.0.2

* Template update for nf-core/tools version 3.1.0

* Apply suggestions from code review

* Change famosab to qbic-pipelines after transfer (#2)

* Update README.md after transfer

* change famosab to qbic-pipelines

* update main

* fix: filename collision by using filebasename and include modules config again

* fix: update snaps

* prettier
famosab added a commit that referenced this pull request Jan 8, 2025
* feat: add modules

* feat: add docker image

* fix: swap to wave containers

* feat: update schema and config

* feat: add modules to workflow

* fix: usage of vcf2mat

* fix: remove .view and add more comments explaining the code

* feat: add gvcf to vcf conversion

* feat: add GATK iGenomes

* feat: add tabix

* update docs

* update input schema

* update sbwf

* update schemas

* add pipeline tests

* feat: add correct tests

* change access to index bool

* prettier to hopefullly fix linting?

* fix indentation

* add env to local module

* fix linting for first version

* add nf-test and ignore external configs

* wip on nf-test

* finalize tests

* Template update for nf-core/tools version 3.0.2

* Template update for nf-core/tools version 3.1.0

* Apply suggestions from code review

* fix: filename collision by using different subsets of the filename (#4)

* Fix/filenamecoll (#5)

* First release :) (#1)

* feat: add modules

* feat: add docker image

* fix: swap to wave containers

* feat: update schema and config

* feat: add modules to workflow

* fix: usage of vcf2mat

* fix: remove .view and add more comments explaining the code

* feat: add gvcf to vcf conversion

* feat: add GATK iGenomes

* feat: add tabix

* update docs

* update input schema

* update sbwf

* update schemas

* add pipeline tests

* feat: add correct tests

* change access to index bool

* prettier to hopefullly fix linting?

* fix indentation

* add env to local module

* fix linting for first version

* add nf-test and ignore external configs

* wip on nf-test

* finalize tests

* Template update for nf-core/tools version 3.0.2

* Template update for nf-core/tools version 3.1.0

* Apply suggestions from code review

* Change famosab to qbic-pipelines after transfer (#2)

* Update README.md after transfer

* change famosab to qbic-pipelines

* update main

* fix: filename collision by using filebasename and include modules config again

* fix: update snaps

* prettier

* add sample names to columns and restructure (#7)

* add sample names and restructure

* add new param

* prettier

* expand docs

* remove weird param

* bump-version to dev

* prettier

* tests

* add concatenation of same saples with same label (#8)

* add concatenation of same saples with same label

* update changelog and docs

* maybe we need to switch to a subway map soon

* try other ci file

* try other ci file

* fix name

* remove ci from linting

* update pipeline level tests

* ignore modules

* add nft-vcf

* update ci and snaps

* modify

* revert

* prepare release 1.1.0 (#10)

* prepare release

* version correction

* prettier

* fix schema

* remove dev

Co-authored-by: Daniel Straub <[email protected]>

* add forgotten explanations to output

* prettier

---------

Co-authored-by: Daniel Straub <[email protected]>
famosab added a commit that referenced this pull request Jan 8, 2025
* Release 1.1.0 (#11)

* feat: add modules

* feat: add docker image

* fix: swap to wave containers

* feat: update schema and config

* feat: add modules to workflow

* fix: usage of vcf2mat

* fix: remove .view and add more comments explaining the code

* feat: add gvcf to vcf conversion

* feat: add GATK iGenomes

* feat: add tabix

* update docs

* update input schema

* update sbwf

* update schemas

* add pipeline tests

* feat: add correct tests

* change access to index bool

* prettier to hopefullly fix linting?

* fix indentation

* add env to local module

* fix linting for first version

* add nf-test and ignore external configs

* wip on nf-test

* finalize tests

* Template update for nf-core/tools version 3.0.2

* Template update for nf-core/tools version 3.1.0

* Apply suggestions from code review

* fix: filename collision by using different subsets of the filename (#4)

* Fix/filenamecoll (#5)

* First release :) (#1)

* feat: add modules

* feat: add docker image

* fix: swap to wave containers

* feat: update schema and config

* feat: add modules to workflow

* fix: usage of vcf2mat

* fix: remove .view and add more comments explaining the code

* feat: add gvcf to vcf conversion

* feat: add GATK iGenomes

* feat: add tabix

* update docs

* update input schema

* update sbwf

* update schemas

* add pipeline tests

* feat: add correct tests

* change access to index bool

* prettier to hopefullly fix linting?

* fix indentation

* add env to local module

* fix linting for first version

* add nf-test and ignore external configs

* wip on nf-test

* finalize tests

* Template update for nf-core/tools version 3.0.2

* Template update for nf-core/tools version 3.1.0

* Apply suggestions from code review

* Change famosab to qbic-pipelines after transfer (#2)

* Update README.md after transfer

* change famosab to qbic-pipelines

* update main

* fix: filename collision by using filebasename and include modules config again

* fix: update snaps

* prettier

* add sample names to columns and restructure (#7)

* add sample names and restructure

* add new param

* prettier

* expand docs

* remove weird param

* bump-version to dev

* prettier

* tests

* add concatenation of same saples with same label (#8)

* add concatenation of same saples with same label

* update changelog and docs

* maybe we need to switch to a subway map soon

* try other ci file

* try other ci file

* fix name

* remove ci from linting

* update pipeline level tests

* ignore modules

* add nft-vcf

* update ci and snaps

* modify

* revert

* prepare release 1.1.0 (#10)

* prepare release

* version correction

* prettier

* fix schema

* remove dev

Co-authored-by: Daniel Straub <[email protected]>

* add forgotten explanations to output

* prettier

---------

Co-authored-by: Daniel Straub <[email protected]>

* Update README.md with Zenodo DOI (#12)

---------

Co-authored-by: Daniel Straub <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant