ソースを参照

更新 'tasks/spladder_quantification.wdl'

master
chenqingwang 3年前
コミット
86aa7ce196
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      tasks/spladder_quantification.wdl

+ 2
- 0
tasks/spladder_quantification.wdl ファイルの表示

@@ -23,6 +23,8 @@ task spladder_quantification {
cat ${samples} | while read a; do ls ${sample_id}/spladder_out/spladder/ | grep $a; done >> pickle.txt
ln -s ${merge_graphs} ${sample_id}/spladder_out/spladder/
mount -o remount rw /

nt=$(nproc)

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