PR Checklist for modifying one or multiple existing packages
[x] The changes maintain the structural integrity of the affected packages.
[x] The checksums of the modified files in the respective POSEIDON.yml files were adjusted properly.
[x] Every file in the submission is correctly referenced in the relevant POSEIDON.yml files and there are no additional, supplementary files in the submission that are not documented there.
[x] The packageVersion numbers of the affected packages were increased in their POSEIDON.yml files.
[ ] The changes were documented in the respective CHANGELOG files. If no CHANGELOG files existed previously it was added here.
[ ] The lastModified fields of the affected POSEIDON.yml files were updated.
[ ] The contributor fields were updated with name, email and orcid of the relevant, new contributors.
[ ] All affected packages pass a validation with trident validate --fullGeno.
[ ] Large genotype data files are properly tracked with Git LFS and not directly pushed to the repository. For an instruction on how to set up Git LFS please look here. If you accidentally pushed the files the wrong way you can fix it with git lfs migrate import --no-rewrite path/to/file.bed (see here).
PR Checklist for modifying one or multiple existing packages
POSEIDON.yml
files were adjusted properly.POSEIDON.yml
files and there are no additional, supplementary files in the submission that are not documented there.packageVersion
numbers of the affected packages were increased in theirPOSEIDON.yml
files.CHANGELOG
files. If noCHANGELOG
files existed previously it was added here.lastModified
fields of the affectedPOSEIDON.yml
files were updated.contributor
fields were updated withname
,email
andorcid
of the relevant, new contributors.trident validate --fullGeno
.git lfs migrate import --no-rewrite path/to/file.bed
(see here).