nf-core / rnaseq

RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.
https://nf-co.re/rnaseq
MIT License
922 stars 708 forks source link

allow integer sample names #1421

Open idot opened 1 month ago

idot commented 1 month ago

int was not allowed as sample name anymore (since 3.16.0) Validation of file failed: -> Entry 1: Error for field 'sample' (298098): Sample name must be provided and cannot contain spaces

PR checklist

github-actions[bot] commented 1 month ago

This PR is against the master branch :x:


Hi @idot,

It looks like this pull-request is has been made against the idot/rnaseq master branch. The master branch on nf-core repositories should always contain code from the latest release. Because of this, PRs to master are only allowed if they come from the idot/rnaseq dev branch.

You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page. Note that even after this, the test will continue to show as failing until you push a new commit.

Thanks again for your contribution!

idot commented 1 month ago

fixes #1419