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

Add module: GTFSORT #5237

Merged
merged 4 commits into from
Mar 19, 2024
Merged

Add module: GTFSORT #5237

merged 4 commits into from
Mar 19, 2024

Conversation

georgiakes
Copy link
Member

PR checklist

Closes #4262

  • Module for gtfsort.
  • 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 module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test GTFSORT --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda

@georgiakes georgiakes requested a review from a team as a code owner March 19, 2024 12:07
@georgiakes georgiakes requested review from CarsonJM and removed request for a team March 19, 2024 12:07
Copy link
Contributor

@itrujnara itrujnara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only major concern is the meta map, which I foresee being useful inside pipelines. See code comments for details. Other than that, only minor formatting issues.

modules/nf-core/gtfsort/main.nf Show resolved Hide resolved
modules/nf-core/gtfsort/main.nf Show resolved Hide resolved
modules/nf-core/gtfsort/main.nf Outdated Show resolved Hide resolved
modules/nf-core/gtfsort/main.nf Show resolved Hide resolved
modules/nf-core/gtfsort/main.nf Show resolved Hide resolved
Copy link
Contributor

@itrujnara itrujnara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Free to merge once formatting is addressed

@georgiakes georgiakes added this pull request to the merge queue Mar 19, 2024
Merged via the queue into nf-core:master with commit 9b14b5f Mar 19, 2024
11 checks passed
@georgiakes georgiakes deleted the gtfsort branch March 19, 2024 15:06
jvfe added a commit to jvfe/modules that referenced this pull request Mar 19, 2024
* master:
  Fix test for FASTQ_FASTQC_UMITOOLS_FASTP which included an absolute path in the snapshot. (nf-core#5278)
  added new module lofraq/viterbi; solves new module: lofreq/viterbi nf-core#5158 (nf-core#5197)
  Update glimpse/phase output channel to phased_variants nf-core#5172 (nf-core#5174)
  Add module: GTFSORT (nf-core#5237)
  add nf-test to bedtools/sort - nf-core#3936 (nf-core#5221)
  addedd optional output channel for lib files (nf-core#5257)
vlebars pushed a commit to vlebars/modules that referenced this pull request Mar 20, 2024
* Initial commit

* Fix formatting
tucano pushed a commit to tucano/modules that referenced this pull request Mar 20, 2024
* Initial commit

* Fix formatting
jennylsmith pushed a commit to RSC-RP/modules that referenced this pull request Mar 20, 2024
* Initial commit

* Fix formatting
alexnater pushed a commit to alexnater/nf-core-modules that referenced this pull request Mar 21, 2024
* Initial commit

* Fix formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new module Adding a new module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new module: gtfsort
2 participants