Browse Source

revise readme

master
stead99 5 years ago
parent
commit
09aba95ee0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/cat_rename.wdl

+ 2
- 2
tasks/cat_rename.wdl View File

String cluster_config String cluster_config


command <<< command <<<
cat ${raw_name}/clean/*_1.fq.gz > ${new_name}_1.fq.gz
cat ${raw_name}/clean/*_2.fq.gz > ${new_name}_2.fq.gz
cat ${raw_name}/clean_data/*_1.fq.gz > ${new_name}_1.fq.gz
cat ${raw_name}/clean_data/*_2.fq.gz > ${new_name}_2.fq.gz
>>> >>>


runtime { runtime {

Loading…
Cancel
Save