ソースを参照

[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 ファイルの表示

{:provided {:provided
{:dependencies {:dependencies
[[org.clojure/clojure "1.10.1"] [[org.clojure/clojure "1.10.1"]
[org.clojars.yjcyxky/tservice "0.5.6"]]}
[org.clojars.yjcyxky/tservice "0.5.8"]]}


:uberjar :uberjar
{:auto-clean true {:auto-clean true

+ 1
- 1
src/tservice/plugins/merge_rnaseq_expression.clj ファイルの表示



(s/def ::filepath (s/def ::filepath
(st/spec (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 :type :string
:description "File path for covertor." :description "File path for covertor."
:swagger/default nil :swagger/default nil

読み込み中…
キャンセル
保存