Skip to content

Adds seq2hla#8939

Merged
FriederikeHanssen merged 2 commits intonf-core:masterfrom
FriederikeHanssen:seq2hla
Aug 22, 2025
Merged

Adds seq2hla#8939
FriederikeHanssen merged 2 commits intonf-core:masterfrom
FriederikeHanssen:seq2hla

Conversation

@FriederikeHanssen
Copy link
Copy Markdown
Contributor

@FriederikeHanssen FriederikeHanssen commented Aug 22, 2025

Adding the seq2HLA module to call hlatypes from RNA sequencing data

PR checklist

Closes #XXX

  • 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 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 <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

Copy link
Copy Markdown
Member

@jfy133 jfy133 left a comment

Choose a reason for hiding this comment

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

Minor quibbles but otherwise looks good!

type: file
description: HLA Class I 2-digit genotype results
pattern: "*ClassI-class.HLAgenotype2digits"
ontologies: []
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess this is just a text file? Or is it a TSV file?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

tsv-ish file, but it doesn't end on tsv and the header starts with #

#Locus	Allele 1	Confidence	Allele 2	Confidence
A	no	NA	hoz("A*24")	NA
B	no	NA	hoz("B*35")	NA
C	no	NA	hoz("C*17")	NA

description: HLA Class I non-classical 2-digit genotype results
pattern: "*ClassI-nonclass.HLAgenotype2digits"
ontologies: []
ambiguity:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why is this in a different order that the module?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

because I couldn't be bothered to rearrange everything again

@FriederikeHanssen FriederikeHanssen added this pull request to the merge queue Aug 22, 2025
Merged via the queue into nf-core:master with commit dfa786c Aug 22, 2025
26 checks passed
@FriederikeHanssen FriederikeHanssen deleted the seq2hla branch August 22, 2025 09:19
cavenel pushed a commit to cavenel/modules that referenced this pull request Feb 5, 2026
* add seq2hla

* circumvent empty checksums
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.

2 participants