Bläddra i källkod

更新 'tasks/stringtie.wdl'

master
chenqingwang 3 år sedan
förälder
incheckning
480a23179a
1 ändrade filer med 13 tillägg och 1 borttagningar
  1. +13
    -1
      tasks/stringtie.wdl

+ 13
- 1
tasks/stringtie.wdl Visa fil

command <<< command <<<
nt=$(nproc) nt=$(nproc)
mkdir ballgown mkdir ballgown
/opt/conda/bin/stringtie -e -B -p $nt -f ${minimum_isoform_abundance} -m ${minimum_length_allowed_for_the_predicted_transcripts} -a ${Junctions_no_spliced_reads} -M ${maximum_fraction_of_muliplelocationmapped_reads} -G ${gtf} --rf -o ballgown/${sample_id}/${sample_id}.gtf -C ${sample_id}.cov.ref.gtf -A ${sample_id}.gene.abundance.txt ${bam}
/opt/conda/bin/stringtie -e \
-B \
-p $nt \
-f ${minimum_isoform_abundance} \
-m ${minimum_length_allowed_for_the_predicted_transcripts} \
-a ${Junctions_no_spliced_reads} \
-M ${maximum_fraction_of_muliplelocationmapped_reads} \
-G ${gtf} \
--rf \
-o ballgown/${sample_id}/${sample_id}.gtf \
-C ${sample_id}.cov.ref.gtf \
-A ${sample_id}.gene.abundance.txt \
${bam}
>>> >>>

Laddar…
Avbryt
Spara