Browse Source

remove samples

tags/v0.1.0
stead99 5 years ago
parent
commit
1b8046e132
2 changed files with 2 additions and 4 deletions
  1. +0
    -2
      samples.csv
  2. +2
    -2
      workflow.wdl

+ 0
- 2
samples.csv View File

hisat2_cluster,samtools_cluster,stringtie_docker,ballgown_cluster,read1,idx_prefix,ballgown_docker,idx,gtf,sample_id,hisat2_docker,stringtie_cluster,samtools_docker,read2
,,,,oss://pgx-result/shangjun/test_data/test_R1.fq.gz,,,,,test,,,,oss://pgx-result/shangjun/test_data/test_R2.fq.gz

+ 2
- 2
workflow.wdl View File

cluster = stringtie_cluster, cluster = stringtie_cluster,
gtf = gtf, gtf = gtf,
bam = samtools.out_bam, bam = samtools.out_bam,
disk_size= disk_size
disk_size = disk_size
} }


call ballgown.ballgown as ballgown { call ballgown.ballgown as ballgown {
cluster = ballgown_cluster, cluster = ballgown_cluster,
ballgown = stringtie.ballgown, ballgown = stringtie.ballgown,
gene_abundance = stringtie.gene_abundance, gene_abundance = stringtie.gene_abundance,
disk_size= disk_size
disk_size = disk_size
} }
} }

Loading…
Cancel
Save