You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently atlas-perl-modules checks for the existence of a file that contains accessions that don't have an R object (no idea why). This should be made optional to facilitate local running or on places with the Atlas site config is less well deployed.
Currently atlas-perl-modules checks for the existence of a file that contains accessions that don't have an R object (no idea why). This should be made optional to facilitate local running or on places with the Atlas site config is less well deployed.
This happens here:
https://github.com/ebi-gene-expression-group/perl-atlas-modules/blob/develop/perl_modules/Atlas/AtlasConfig/ExperimentConfig.pm#L168
When run for proteomics, this check is not enforced. This same could be expanded by its own flag (--skip-r-check or similar).
The text was updated successfully, but these errors were encountered: