Explore Workflows
View already parsed workflows here or click here to add your own
Graph | Name | Retrieved From | View |
---|---|---|---|
|
heatmap-prepare.cwl
Workflow runs homer-make-tag-directory.cwl tool using scatter for the following inputs - bam_file - fragment_size - total_reads `dotproduct` is used as a `scatterMethod`, so one element will be taken from each array to construct each job: 1) bam_file[0] fragment_size[0] total_reads[0] 2) bam_file[1] fragment_size[1] total_reads[1] ... N) bam_file[N] fragment_size[N] total_reads[N] `bam_file`, `fragment_size` and `total_reads` arrays should have the identical order. |
![]() Path: tools/heatmap-prepare.cwl Branch/Commit ID: 4a80f5b8f86c83af39494ecc309b789aeda77964 |
|
|
bam-bedgraph-bigwig.cwl
Workflow converts input BAM file into bigWig and bedGraph files. Input BAM file should be sorted by coordinates (required by `bam_to_bedgraph` step). If `split` input is not provided use true by default. Default logic is implemented in `valueFrom` field of `split` input inside `bam_to_bedgraph` step to avoid possible bug in cwltool with setting default values for workflow inputs. `scale` has higher priority over the `mapped_reads_number`. The last one is used to calculate `-scale` parameter for `bedtools genomecov` (step `bam_to_bedgraph`) only in a case when input `scale` is not provided. All logic is implemented inside `bedtools-genomecov.cwl`. `bigwig_filename` defines the output name only for generated bigWig file. `bedgraph_filename` defines the output name for generated bedGraph file and can influence on generated bigWig filename in case when `bigwig_filename` is not provided. All workflow inputs and outputs don't have `format` field to avoid format incompatibility errors when workflow is used as subworkflow. |
![]() Path: tools/bam-bedgraph-bigwig.cwl Branch/Commit ID: 7eef0294395d83ff0765fce61726a59d71126422 |
|
|
env-wf3.cwl
|
![]() Path: tests/env-wf3.cwl Branch/Commit ID: e62f99dd79d6cb9c157cceb458f74200da84f6e9 |
|
|
kmer_ref_compare_wnode
|
![]() Path: task_types/tt_kmer_ref_compare_wnode.cwl Branch/Commit ID: 2afb5ebafd1353ba063cc74ee9a7eaf347afce5c |
|
|
protein_extract
|
![]() Path: progs/protein_extract.cwl Branch/Commit ID: 2afb5ebafd1353ba063cc74ee9a7eaf347afce5c |
|
|
gp_makeblastdb
|
![]() Path: progs/gp_makeblastdb.cwl Branch/Commit ID: 2afb5ebafd1353ba063cc74ee9a7eaf347afce5c |
|
|
count-lines5-wf.cwl
|
![]() Path: tests/count-lines5-wf.cwl Branch/Commit ID: ea9f8634e41824ac3f81c3dde698d5f0eef54f1b |
|
|
mut3.cwl
|
![]() Path: tests/wf/mut3.cwl Branch/Commit ID: 6003cbb94f16103241b562f2133e7c4acac6c621 |
|
|
scatter-wf1.cwl
|
![]() Path: cwltool/schemas/v1.0/v1.0/scatter-wf1.cwl Branch/Commit ID: cd779a90a4336563dcf13795111f502372c6af83 |
|
|
Bismark Methylation SE
Sequence reads are first cleaned from adapters and transformed into fully bisulfite-converted forward (C->T) and reverse read (G->A conversion of the forward strand) versions, before they are aligned to similarly converted versions of the genome (also C->T and G->A converted). Sequence reads that produce a unique best alignment from the four alignment processes against the bisulfite genomes (which are running in parallel) are then compared to the normal genomic sequence and the methylation state of all cytosine positions in the read is inferred. A read is considered to align uniquely if an alignment has a unique best alignment score (as reported by the AS:i field). If a read produces several alignments with the same number of mismatches or with the same alignment score (AS:i field), a read (or a read-pair) is discarded altogether. On the next step we extract the methylation call for every single C analysed. The position of every single C will be written out to a new output file, depending on its context (CpG, CHG or CHH), whereby methylated Cs will be labelled as forward reads (+), non-methylated Cs as reverse reads (-). The output of the methylation extractor is then transformed into a bedGraph and coverage file. The bedGraph counts output is then used to generate a genome-wide cytosine report which reports the number on every single CpG (optionally every single cytosine) in the genome, irrespective of whether it was covered by any reads or not. As this type of report is informative for cytosines on both strands the output may be fairly large (~46mn CpG positions or >1.2bn total cytosine positions in the human genome). |
![]() Path: workflows/bismark-methylation-se.cwl Branch/Commit ID: 46d3d403ddb240d5a8f4f31ab992b6d6a2686745 |