|
|
@@ -78,7 +78,7 @@ workflow {{ project_name }} { |
|
|
|
docker = fastp_docker, |
|
|
|
cluster = fastp_cluster, |
|
|
|
adapter_sequence = adapter_sequence, |
|
|
|
adapter_sequence_r2 = adapter_sequence_r2, |
|
|
|
adapter_sequence_r2 = adapter_sequence_r2, |
|
|
|
umi_loc = umi_loc, |
|
|
|
trim_front1 = trim_front1, |
|
|
|
trim_tail1 = trim_tail1, |
|
|
@@ -137,12 +137,12 @@ workflow {{ project_name }} { |
|
|
|
input: |
|
|
|
sample_id = quartet[2], |
|
|
|
sam = hisat2.sam, |
|
|
|
docker = samtools_docker, |
|
|
|
docker = samtools_docker, |
|
|
|
cluster = samtools_cluster, |
|
|
|
insert_size = insert_size |
|
|
|
} |
|
|
|
|
|
|
|
call qualimapBAMqc.qualimapBAMqc as qualimapBAMqc { |
|
|
|
|
|
|
|
call qualimapBAMqc.qualimapBAMqc as qualimapBAMqc { |
|
|
|
input: |
|
|
|
bam = samtools.out_percent, |
|
|
|
docker = qualimapBAMqc_docker, |
|
|
@@ -167,9 +167,9 @@ workflow {{ project_name }} { |
|
|
|
docker = stringtie_docker, |
|
|
|
cluster = stringtie_cluster, |
|
|
|
minimum_length_allowed_for_the_predicted_transcripts = minimum_length_allowed_for_the_predicted_transcripts, |
|
|
|
Junctions_no_spliced_reads = Junctions_no_spliced_reads, |
|
|
|
minimum_isoform_abundance = minimum_isoform_abundance, |
|
|
|
maximum_fraction_of_muliplelocationmapped_reads = maximum_fraction_of_muliplelocationmapped_reads |
|
|
|
Junctions_no_spliced_reads = Junctions_no_spliced_reads, |
|
|
|
minimum_isoform_abundance = minimum_isoform_abundance, |
|
|
|
maximum_fraction_of_muliplelocationmapped_reads = maximum_fraction_of_muliplelocationmapped_reads |
|
|
|
} |
|
|
|
} |
|
|
|
|