Skip to content

Commit

Permalink
Merge pull request #536 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
merge from wtsi devel to masterto create release 65.1
  • Loading branch information
mgcam authored Jun 29, 2018
2 parents 60df3a3 + 2752add commit ef43e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
LIST OF CHANGES FOR NPG-QC PACKAGE

release 65.1
- bwa to bwa0_6 for rna_seqc rRNA alignment

release 65.0
- adapter autoqc check - discard code for fastq input
- add genotype_call_results_reporter script to report genotype_call
Expand Down
2 changes: 1 addition & 1 deletion lib/npg_qc/autoqc/checks/rna_seqc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Readonly::Scalar my $CHILD_ERROR_SHIFT => 8;
Readonly::Scalar my $MAX_READS => 100;
Readonly::Scalar my $MIN_READS => 50;
Readonly::Scalar my $PAIRED_FLAG => 0x1;
Readonly::Scalar my $RRNA_ALIGNER => q[bwa];
Readonly::Scalar my $RRNA_ALIGNER => q[bwa0_6];
Readonly::Scalar my $RRNA_STRAIN => q[default_rRNA];
Readonly::Scalar my $METRICS_FILE_NAME => q[metrics.tsv];
Readonly::Scalar my $QUANT_FILE_NAME => q[quant.genes.sf];
Expand Down

0 comments on commit ef43e16

Please sign in to comment.