Преглед на файлове

[Fix Bug] filepath cannot match oss/s3/minio link.

tags/v0.1.1
YJC преди 3 години
родител
ревизия
b8276599d5
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +1
    -1
      project.clj
  2. +1
    -1
      src/tservice/plugins/merge_rnaseq_expression.clj

+ 1
- 1
project.clj Целия файл

@@ -13,7 +13,7 @@
{:provided
{:dependencies
[[org.clojure/clojure "1.10.1"]
[org.clojars.yjcyxky/tservice "0.5.6"]]}
[org.clojars.yjcyxky/tservice "0.5.8"]]}

:uberjar
{:auto-clean true

+ 1
- 1
src/tservice/plugins/merge_rnaseq_expression.clj Целия файл

@@ -35,7 +35,7 @@

(s/def ::filepath
(st/spec
{:spec (s/and string? #(some? (re-matches #"^[a-zA-Z0-9]+:\/\/(\/|\.\/)[a-zA-Z0-9_]+.*" %)))
{:spec (s/and string? #(some? (re-matches #"^[a-zA-Z0-9]+:\/\/(\/|\.\/)?[a-zA-Z0-9_]+.*" %)))
:type :string
:description "File path for covertor."
:swagger/default nil

Loading…
Отказ
Запис