Sfoglia il codice sorgente

更新 'tasks/arriba.wdl'

ANNOTATION_GTF
master
biochenglinliu 4 anni fa
parent
commit
11064518fc
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      tasks/arriba.wdl

+ 3
- 3
tasks/arriba.wdl Vedi File

@@ -18,12 +18,12 @@ task arriba{
gzip -c ${fastq2} >${sample_id}_R2.fastq.gz
mkdir ./output/
echo ${star_index_dir} >output/a.txt
echo ${STAR_INDEX_DIR} >output/a.txt
echo ${fastq1} >> output/a.txt
echo ${fastq2} >> output/a.txt
echo ${sample_id} >> output/a.txt
echo ${assembly_fa} >> output/a.txt
echo ${annotation_gtf} >> output/a.txt
echo ${ASSEMBLY_FA} >> output/a.txt
echo ${ANNOTATION_GTF} >> output/a.txt



Loading…
Annulla
Salva