Browse Source

更新 'tasks/spladder_merge.wdl'

master
chenqingwang 3 years ago
parent
commit
17dee10ffd
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      tasks/spladder_merge.wdl

+ 2
- 4
tasks/spladder_merge.wdl View File

--bams alignment.txt \ --bams alignment.txt \
--confidence 2 \ --confidence 2 \
--merge-strat merge_graphs \ --merge-strat merge_graphs \
--validate-sg \
--readlen 150 \ --readlen 150 \
--parallel $nt \ --parallel $nt \
--event-types exon_skip,intron_retention,alt_3prime,alt_5prime,mutex_exons,mult_exon_skip
--event-types exon_skip
find . -depth > fileList.txt find . -depth > fileList.txt
>>> >>>
File alignment_bai = "alignment_bai.txt" File alignment_bai = "alignment_bai.txt"
File pickle_txt = "pickle.txt" File pickle_txt = "pickle.txt"
Array[File] AS_gff = glob("${sample_id}/spladder_out/*.gff3") Array[File] AS_gff = glob("${sample_id}/spladder_out/*.gff3")
Array[File] AS_pickle = glob("${sample_id}/spladder_out/*.pickle")
Array[File] AS_gz = glob("${sample_id}/spladder_out/*.gz") Array[File] AS_gz = glob("${sample_id}/spladder_out/*.gz")
Array[File] AS_hdf5 = glob("${sample_id}/spladder_out/*.hdf5")
Array[File] spladder_out = glob("${sample_id}/spladder_out/*")
Array[File] spladder = glob("${sample_id}/spladder_out/spladder/*") Array[File] spladder = glob("${sample_id}/spladder_out/spladder/*")
} }
} }

Loading…
Cancel
Save