Skip to content

Commit

Permalink
fixed location of wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Jun 15, 2020
1 parent 3e92b8f commit 2a1ce2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JVMLevel=
LSID=urn\:lsid\:8080.guy.biobase.biobase.bits\:genepatternmodules\:60014\:2.1.
author=Barbara Hill;Broad Institute, Guy Bottu;VIB BioinformaticsCore
categories=RNA-seq
commandLine=perl htseq_count_wrapper.pl --htseqcount htseq-count --input <input.files> --format <input.format> <sample.names> --gtf <GTF.file> --strand <strandedness> --order <sorting.order> --minqual <min.qual> --mode <mode> --nonunique <count.nonunique> --secondary <count.secondary> --supplementary <count.supplementary> --featuretype <feature.type> --idtype <id.type> <gene.name> --output <output.file> --outformat <output.format>
commandLine=perl /htseq_count/htseq_count_wrapper.pl --htseqcount htseq-count --input <input.files> --format <input.format> <sample.names> --gtf <GTF.file> --strand <strandedness> --order <sorting.order> --minqual <min.qual> --mode <mode> --nonunique <count.nonunique> --secondary <count.secondary> --supplementary <count.supplementary> --featuretype <feature.type> --idtype <id.type> <gene.name> --output <output.file> --outformat <output.format>

cpuType=any
description=Takes alignment files in SAM/BAM format and a feature file in GTF/GFF format (usually with exon annotation) and calculates for each sample the number of reads mapping to each feature.
Expand Down Expand Up @@ -245,4 +245,4 @@ quality=preproduction
taskDoc=htseq_count_vib_doc.html
taskType=RNA-seq
userid=bhill@broadinstitute.org
version=alpha with docker image (doh!)
version=alpha - updated path to wrapper script

0 comments on commit 2a1ce2a

Please sign in to comment.