-
Notifications
You must be signed in to change notification settings - Fork 1
Relocate methods related to file name uniqueness to FileUtil
#370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| public @Nullable Double getSchemaVersion() | ||
| { | ||
| return 23.000; | ||
| return 25.000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@labkey-susanh was this schema bump necessary for some reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I had thought so initially, but it wasn't. Is it causing issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, just unusual for us to be bumping versions in modules we don't manage. If deployed without any other upgrading modules, it will cause a no-op "upgrade" (drop and recreate all views), but that's harmless.
* Set built JBrowse CLI version to the @jbrowse/core version * Floor version to 3.6.0 --------- Co-authored-by: Sebastian Benjamin <sebastiancbenjamin@gmail.com>
* Set built JBrowse CLI version to the @jbrowse/core version * Floor version to 3.6.0 --------- Co-authored-by: Sebastian Benjamin <sebastiancbenjamin@gmail.com> (cherry picked from commit 4ebea6f)
Set built JBrowse CLI version to the @jbrowse/core version (#370)
Rationale
Since there's nothing specific about assays in the
findUniqueFileNamemethod (and relatives), they are better located in theFileUtilclass thanAssayFileWriter.Related Pull Requests
Changes
findUniqueFileNamemethod.