Skip to content

Commit

Permalink
Merge pull request #39 from nf-core/full_test
Browse files Browse the repository at this point in the history
Added full test config file.
  • Loading branch information
kbestak authored Dec 16, 2023
2 parents 3a0b2ef + 3b654a3 commit 9776860
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: nfcore/gitpod:dev
image: nfcore/gitpod:latest
tasks:
- name: Update Nextflow and setup pre-commit
command: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0.1dev - [2023.12.15]

### `Added`

- Added config file for full test dataset

## v1.0.1dev - [2023.12.11]

Crop overview is provided to Multiqc - now when create_training_subset is run, multiqc and customdumpsoftwareversions are also run.
Expand Down
9 changes: 3 additions & 6 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ params {
config_profile_name = 'Full test profile'
config_profile_description = 'Full test dataset to check pipeline function'

// Input data for full size test
// TODO nf-core: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
// TODO nf-core: Give any required params for the test so that command line flags are not needed
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_full_illumina_amplicon.csv'
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/molkart/test_data/samplesheets/samplesheet_full_test.csv'

// Genome references
genome = 'R64-1-1'
segmentation_method = "mesmer,cellpose"
cellpose_pretrained_model = "nuclei"
}

0 comments on commit 9776860

Please sign in to comment.