File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,16 +110,13 @@ process ABUNDANCE {
110110 path " abundance_contigs_rpkm.tsv.gz" , emit: ab_rpkm_ch
111111 path " abundance_contigs_trimmed_mean.tsv.gz" , emit: ab_trmean_ch
112112 path " abundance_contigs_reads_per_base.tsv.gz" , emit: ab_rpb_ch
113- path " abundance_contigs_relative_abundance.tsv.gz" , emit: ab_relab_ch
114113
115114 when:
116115 task. ext. when == null || task. ext. when
117116
118117 """
119118 coverm contig --methods reads_per_base --bam-files $bams -t $task . cpus --min-read-percent-identity 0.95 1> abundance_contigs_reads_per_base.tsv 2> log_contig_reads_per_base.txt
120119 sed -i '1 s/ Reads per base//g' abundance_contigs_reads_per_base.tsv
121- coverm contig --methods relative_abundance --bam-files $bams -t $task . cpus --min-read-percent-identity 0.95 1> abundance_contigs_relative_abundance.tsv 2> log_contig_relative_abundance.txt
122- sed -i '1 s/ Relative Abundance (%)//g' abundance_contigs_relative_abundance.tsv
123120 coverm contig --methods count --bam-files $bams -t $task . cpus --min-read-percent-identity 0.95 1> abundance_contigs_count.tsv 2> log_contig_count.txt
124121 sed -i '1 s/ Read Count//g' abundance_contigs_count.tsv
125122 coverm contig --methods trimmed_mean --bam-files $bams -t $task . cpus --min-read-percent-identity 0.95 1> abundance_contigs_trimmed_mean.tsv 2> log_contig_trimmed_mean.txt
You can’t perform that action at this time.
0 commit comments