Skip to content

Commit

Permalink
remove rseqc read duplication analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Jan 10, 2023
1 parent 76bfde9 commit 8ac8b7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Updates expansionhunter variant catalog
- Changes sv annotation overlap back to 0.8 (from 0.5) with the new tiddit update
- New version of MegaFusion. A bug in the previous version prevented SVDB from writing the format and sample field in the vcf.
- Remove the RSeQC read duplication analysis as it fails often.

### Tools

Expand Down
10 changes: 0 additions & 10 deletions lib/MIP/Recipes/Analysis/Rseqc.pm
Expand Up @@ -292,16 +292,6 @@ sub analysis_rseqc {
);
say {$filehandle} $NEWLINE;

say {$filehandle} q{## Rseqc read_duplication};
rseqc_read_duplication(
{
filehandle => $filehandle,
infile_path => $infile_path,
outfiles_path_prefix => $outfile_path_prefix . $UNDERSCORE . q{read_duplication},
}
);
say {$filehandle} $NEWLINE;

close $filehandle;

if ( $recipe{mode} == 1 ) {
Expand Down

0 comments on commit 8ac8b7d

Please sign in to comment.