Browse Source

input revised

master
stead99 5 years ago
parent
commit
794ecb3086
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/arcashla.wdl

+ 2
- 2
tasks/arcashla.wdl View File

@@ -6,8 +6,8 @@ task arcashla {

command <<<
mkdir hla_type
/opt/conda/bin/arcasHLA extract ${bam} -o ${base}.extracted.fq.gz --paired -t 8 -v
/opt/conda/bin/arcasHLA genotype ${base}.extracted.1.fq.gz ${base}.extracted.2.fq.gz hla_type/${base}.genotype.json
./arcasHLA/arcasHLA extract ${bam} -o ${base}.extracted.fq.gz --paired -t 8 -v
./arcasHLA/arcasHLA genotype ${base}.extracted.1.fq.gz ${base}.extracted.2.fq.gz hla_type/${base}.genotype.json
>>>

runtime {

Loading…
Cancel
Save