drighelli / SpatialExperiment

55 stars 20 forks source link

allow additional image extensions #160

Open andrewGhazi opened 3 weeks ago

andrewGhazi commented 3 weeks ago

As first brought up here https://github.com/drighelli/SpatialExperiment/issues/159 , this PR makes a small change to the pattern used in the .path_validity() function to allows additional image file extensions and their capitalized variants. It increases the "long lines" note from BiocCheck::BiocCheck() from 25 to 26 but doesn't affect the check or test results otherwise.

    * NOTE: Consider shorter lines; 26 lines (1%) are > 80 characters
      long.

I tried to follow the contributor guidelines here as best as I could, please let me know if you'd like something changed.