소스 검색

[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…
취소
저장