Skip to content

Commit 9ed4eb2

Browse files
KarNairAratz
andcommitted
Configure full-tests
Co-authored-by: Adrien Coulier <[email protected]>
1 parent e73e1cc commit 9ed4eb2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-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 }}

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)