Kaynağa Gözat

更新 'tasks/rmats.wdl'

tags/v4.1.1
chenqingwang 4 yıl önce
ebeveyn
işleme
b56e48882a
1 değiştirilmiş dosya ile 8 ekleme ve 5 silme
  1. +8
    -5
      tasks/rmats.wdl

+ 8
- 5
tasks/rmats.wdl Dosyayı Görüntüle

task rmats { task rmats {
String sample_id String sample_id
File b1_txt
File b2_txt
File bam1
File bam2
File reference_gtf_file File reference_gtf_file




mkdir -p ${sample_id}/output mkdir -p ${sample_id}/output
mkdir -p ${sample_id}/tmp_output mkdir -p ${sample_id}/tmp_output
### 命令行无需修改
python /usr/local/bin/rmats.py --b1 ${b1_txt} \
--b2 ${b2_txt} \
echo ${bam1} > b1_txt
echo ${bam2} > b2_txt
python /usr/local/bin/rmats.py --b1 b1_txt \
--b2 b2_txt \
--gtf ${reference_gtf_file} \ --gtf ${reference_gtf_file} \
-t paired \ -t paired \
--readLength 150 \ --readLength 150 \

Yükleniyor…
İptal
Kaydet