Skip to content

Releases: skandlab/SMuRF

SMuRFv3.0.1

04 Mar 09:02
8fcfd1e
Compare
Choose a tag to compare

March 2024

  • Fixed datatype conversion bug: Error in set(meta_data, NULL, ind[i], as.numeric(meta_data[[ind[i]]])) :
    'list' object cannot be coerced to type 'double'; Calls: smurf -> parsevcf_allfeaturesall -> set

SMuRFv3.0.0

06 Feb 11:35
e60bb1a
Compare
Choose a tag to compare

Jan 2024

  • Compatible with bcbio-nextgen 1.2.9 pipeline.
  • Capable of processing FFPE WGS samples with tens of millions of mutations called by at least 1 caller.
  • Added header to the parse file [minor].

SMuRFv2.0.12

04 Nov 04:50
7ff67df
Compare
Choose a tag to compare

4th Nov 2022

  • T_altDepth_Strelka2 calculation update

SMuRFv2.0.11

04 Jul 03:06
73b03fc
Compare
Choose a tag to compare

SMuRFv2.0.10 [redacted]

  • royxgen documentation issues

SMuRFv2.0.10

14 Apr 02:48
ca7f424
Compare
Choose a tag to compare

14th April 2022

  • Duplicate check for snv and indel parse [minor]

SMuRFv2.0.9

22 Apr 02:26
53db564
Compare
Choose a tag to compare

16th April 2021

  • CDS annotation additional filter: Filter off indel deletion ranges which may pick up other mutations
  • CDS annotation artifacts: Filter 'PASS' and 'MinAF' calls directly after reading in the vcf

SMuRFv2.0.8

06 Apr 04:10
e9dfcfc
Compare
Choose a tag to compare

5th April 2021
-Updated CDS annotations to detect vcf artifacts, filter to accept 'PASS' and 'MinAF' calls

SMuRFv2.0.7

13 Jan 02:28
0720803
Compare
Choose a tag to compare

12th Jan 2021

  • Modified column reading for callers without any PASS SNV/Indels (NAs)
  • Remove 'roi' redundancy
  • Remove vd_SOR warnings for -Inf on NA

SMuRFv2.0.6

18 Nov 03:15
bce10eb
Compare
Choose a tag to compare

18th Nov 2020

  • Corrected gr/df column check for callers without any PASS SNV/Indels (NAs)

SMuRFv2.0.5

02 Nov 03:02
c391d5d
Compare
Choose a tag to compare

2nd Nov 2020

  • Corrected file detection before annotation. No snv/indel predictions, annotation will be skipped.
  • Detect/checking genome build. Use find.build to force change ref genome build according to vcf info.