Skip to content

Commit

Permalink
Cleanup Code and Improvements for Release 2.0.0 (#93)
Browse files Browse the repository at this point in the history
* adjust config spacing, param location and resources, remove some unused params

* initial cleanup

* Remove illumina specific workflows and params

* bump required nf version

* remove bam-to-cram module, adjust resources

* adjust how main handles input directory for both flat and barcoded inputs

* initial pass to remove duplicate work, fix formatting, and improve flow

* fix missed variable changes

* fix other missed spots with tuples

* fix to failing sample reporting

* remove unneeded module, adjust guppyplex output

* fix naming and empty file tracking for medaka

* initial qc adjustments to match other medaka changes

* Adding better function definitions to python functions (#94)

* fix wrong brackets for barcode regex

* rework scheme implementation

* adjust ncov-tools to allow different prefixs

* update help and config to match

* adjust git ci test scripts

* remove previous test files that are not run

* add a second sample for tests

* remove additional ci test files, unneeded

* fix schemes

* adjust schemes validation

* make aligned file optional

* adjust metadata input for ncov-tools fixing missing file

* small test adjustment

* fix up scheme input validation

* add in initial nextclade implementation

* fix up process tracking

* add version tracking to where it was missing

* adjust module formatting

* consistent module variable formatting

* removal of duplicate checks, fix upload of fast5s

* fix nml config, add in nc results correction to qc

* adjust qc script for fs flags

* remove nextflow_qc_pass column and adjust the tracking

* Switch to all snake_case params. Add readme updates and changelog

* add medaka model to version tracking

* final adjustments with schemes and steps

* add a bit more info to the changelog
  • Loading branch information
DarianHole authored Apr 30, 2024
1 parent 977d30d commit 1510450
Show file tree
Hide file tree
Showing 59 changed files with 2,142 additions and 48,188 deletions.
2 changes: 1 addition & 1 deletion .github/data/metadata.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sample run barcode project_id ct date
TestSample1 Test1 78 2349 Undetermined 2022-09-10
TestSample1 Test1 78 2349 23 2022-09-10

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
18 changes: 0 additions & 18 deletions .github/scripts/install_conda.sh

This file was deleted.

34 changes: 0 additions & 34 deletions .github/scripts/install_singularity.sh

This file was deleted.

54 changes: 0 additions & 54 deletions .github/scripts/test_PR_against_release.sh

This file was deleted.

77 changes: 0 additions & 77 deletions .github/scripts/test_bed_ref_input.sh

This file was deleted.

41 changes: 0 additions & 41 deletions .github/scripts/test_conda_cache.sh

This file was deleted.

60 changes: 0 additions & 60 deletions .github/scripts/test_cram_input.sh

This file was deleted.

42 changes: 0 additions & 42 deletions .github/scripts/test_cram_output.sh

This file was deleted.

47 changes: 0 additions & 47 deletions .github/scripts/test_nanopore_pipelines.sh

This file was deleted.

Loading

0 comments on commit 1510450

Please sign in to comment.