Skip to content

Commit

Permalink
Updated the RUN workflow test to use the new index
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonbhasin committed Jan 30, 2025
1 parent b6f3199 commit 4826062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v2.7.0.1
- Fixing mislabeled index that causes the pipeline to fail, and added `adapters` param to the index config file used to run our tests
- Fixing mislabeled index that causes the pipeline to fail, added `adapters` param to the index config file used to run our tests, updated run test to use new index

# v2.7.0.0
- Implemented masking of viral genome reference in index workflow with MASK_GENOME_FASTA to remove adapter, low-entropy and repeat sequences.
Expand Down
2 changes: 1 addition & 1 deletion tests/run.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ params {

// Directories
base_dir = "./" // Parent for working and output directories (can be S3)
ref_dir = "s3://nao-testing/index-test/output" // Reference/index directory (generated by index workflow)
ref_dir = "s3://nao-testing/index/20250130/output/" // Reference/index directory (generated by index workflow)

// Files
sample_sheet = "${projectDir}/test-data/samplesheet.csv" // Path to library TSV
Expand Down

0 comments on commit 4826062

Please sign in to comment.