Skip to content

Commit ae2d549

Browse files
authored
Merge pull request #103 from KarNair/dev
Configure full-tests
2 parents 3685502 + e29bbc6 commit ae2d549

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/awsfulltest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
4646
- name: Launch workflow via Seqera Platform
4747
uses: seqeralabs/action-tower-launch@v2
48-
# TODO nf-core: You can customise AWS full pipeline tests as required
49-
# Add full size test data (but still relatively small datasets for few samples)
50-
# on the `test_full.config` test runs with only one set of parameters
5148
with:
5249
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
5350
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-c
2020
- [#63](https://github.com/nf-core/seqinspector/pull/63) Contribution guidelines added about displaying results for new tools
2121
- [#53](https://github.com/nf-core/seqinspector/pull/53) Add FastQ-Screen database multiplexing and limit scope of nf-test in CI.
2222
- [#96](https://github.com/nf-core/seqinspector/pull/96) Added missing citations to citation tool
23+
- [#103](https://github.com/nf-core/seqinspector/pull/103) Configure full-tests
2324

2425
### `Fixed`
2526

conf/test_full.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
----------------------------------------------------------------------------------------
1111
*/
1212

13+
1314
params {
1415
config_profile_name = 'Full test profile'
1516
config_profile_description = 'Full test dataset to check pipeline function'
1617

1718
// Input data for full size test
18-
// TODO nf-core: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
19-
// TODO nf-core: Give any required params for the test so that command line flags are not needed
20-
input = params.pipelines_testdata_base_path + 'viralrecon/samplesheet/samplesheet_full_illumina_amplicon.csv'
19+
input = params.pipelines_testdata_base_path + 'seqinspector/full_tests/SampleSheet.csv'
2120

2221
// Genome references
2322
genome = 'R64-1-1'

0 commit comments

Comments
 (0)