Skip to content

Commit

Permalink
Add XM_filter's log for bowtie2
Browse files Browse the repository at this point in the history
  • Loading branch information
equipeGST committed Oct 18, 2022
1 parent ff3d103 commit 1c5278f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RiboDoc/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ rule samtools_filter_transcriptome:
uniq_header = local_path + "logs/samtools_filter_transcriptome/{sample}.uniq_header.log",
grep_core_hisat2 = local_path + "logs/samtools_filter_transcriptome/{sample}.grep_core_hisat2.log",
XM_filter_hisat2 = local_path + "logs/samtools_filter_transcriptome/{sample}.XM_filter_hisat2.log",
XM_filter_bowtie2 = local_path + "logs/samtools_filter/{sample}.XM_filter_bowtie2.log",
grep_core_bowtie2 = local_path + "logs/samtools_filter_transcriptome/{sample}.grep_core_bowtie2.log",
view_bam = local_path + "logs/samtools_filter_transcriptome/{sample}.view_bam.log",
sort_bam = local_path + "logs/samtools_filter_transcriptome/{sample}.sort_bam.log"
Expand Down

0 comments on commit 1c5278f

Please sign in to comment.