Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kubranarci committed Jan 15, 2024
1 parent ed86d5c commit 2fc088c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Note that some form of configuration will be needed so that Nextflow knows how t

**control**: The path to the control file, if there is no control will be kept blank.

**control_index***: The path to the control index file, if there is no control will be kept blank.
**control_index\***: The path to the control index file, if there is no control will be kept blank.

## Data Requirements

Expand Down
6 changes: 0 additions & 6 deletions assets/samplesheet_val_WES.csv

This file was deleted.

8 changes: 0 additions & 8 deletions assets/samplesheet_val_WGS.csv

This file was deleted.

6 changes: 3 additions & 3 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ params {
config_profile_description = 'Use test dataset and test profile for pytest on github actions'

// Limit resources so that this can run on GitHub Actions
max_cpus = 30
max_memory = '250.GB'
max_time = '48.h'
max_cpus = 12
max_memory = '50.GB'
max_time = '2.h'

// Input data
input = "${projectDir}/seq2_testdata_snv/samplesheet_test.csv"
Expand Down
3 changes: 0 additions & 3 deletions run_snvcall.sh

This file was deleted.

3 changes: 0 additions & 3 deletions run_snvcall_hg38.sh

This file was deleted.

0 comments on commit 2fc088c

Please sign in to comment.