ソースを参照

fastq screen filename match

tags/v0.1
junshang 3年前
コミット
400acc942a
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      tasks/fastqscreen.wdl

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

@@ -13,8 +13,8 @@ task fastq_screen {
nt=$(nproc)
mkdir -p /cromwell_root/tmp
cp -r ${screen_ref_dir} /cromwell_root/tmp/
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --top 100000 --threads $nt ${read1}
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --top 100000 --threads $nt ${read2}
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --subset 1000000 --threads $nt ${read1}
fastq_screen --aligner bowtie2 --conf ${fastq_screen_conf} --subset 1000000 --threads $nt ${read2}
>>>

runtime {

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