MalariaReportsWorkflow
GenerateMalariaReports
- author
- Bridget Knight
- description
-
Report Generation
This workflow calls the Python script that generates a sequencing report.
Inputs
Required
aligned_bai
(File, required): GCS path to aligned baialigned_bam
(File, required): GCS path to aligned bamaligned_bases
(Float, required): total number of bases aligned to the reference genomealigned_coverage
(Float, required): number of reads uniquely mapped to a referencealigned_reads
(Int, required): total number of reads aligned to the reference genomeaverage_identity
(Float, required)fraction_aligned_bases
(Float, required): number of bases aligned out of all bases in the sequencelocation_table
(File, required): table containing the region, district, site, and facility type for this sample's locationnum_reads_q10
(Int, required): the number of reads where the probability of a given base call being wrong is 1 in 10num_reads_q12
(Int, required): the number of reads where the probability of a given base call being wrong is approximately 1 in 16num_reads_q15
(Int, required): the number of reads where the probability of a given base call being wrong is approximately 1 in 31num_reads_q5
(Int, required): the number of reads where the probability of a given base call being wrong is approximately 1 in 3num_reads_q7
(Int, required): the number of reads where the probability of a given base call being wrong is approximately 1 in 5qc_pass
(String, required): status to determine whether or not the sequencing run passes quality control standardsref_map_file
(File, required): table indicating reference sequence and auxillary file locationsregions_bed
(File, required): GCS path to bed file containing drug resistance locisample_name
(String, required): name of sequenced sampletech_flag
(String, required): string denoting if the sample was sequenced using long read or short read techniquesupload_date
(String, required): date sample was uploaded
Optional
HRP2
(String?): value denoting whether the HRP2 marker is present or not -- true or falseHRP3
(String?): value denoting whether the HRP3 marker is present or not -- true or falsealigned_read_length
(Float?): number at which 50% of the read lengths are longer than this valuebarcode
(String?): the barcode of the samplecode
(String?): the three letter code denoting the corresponding health facility/sitecollection_date
(String?): date sample was collectedcoverage_bin_size
(Int?): number to use as size of bins for coverage plot generation; default is 1500drug_resistance_text
(File?): text file used for determining and displaying drug resistancesfastqc_path
(File?): directory of fastqc_report used for finding BAM fileslatitude
(Float?): latitude value of where the sample was takenlocation
(String?): location where the sample was takenlongitude
(Float?): longitude value of where the sample was takenont_qc_report
(File?): ONT QC report filepct_properly_paired_reads
(Float?): percent of reads that are properly paired/alignedread_qual_mean
(Float?): mean measure of the uncertainty of base callssequencing_date
(String?): date sample was sequencedspecies
(String?): species of sampleGenerateSnapshots.runtime_attr_override
(RuntimeAttr?)RunReportScript.runtime_attr_override
(RuntimeAttr?)
Outputs
report
(File)