Skip to content

Commit d82e8d0

Browse files
authored
Merge pull request #43 from EBIvariation/tcezard-patch-1
increase time allocated to split_fasta
2 parents 53b10c7 + ac09f88 commit d82e8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/variant_remapping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8]
14+
python-version: [3.9]
1515

1616
steps:
1717
- uses: actions/checkout@v2

variant_to_realignment.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ process extractVariantInfoToFastaHeader {
126126
* Split fasta entries into multiple chunks
127127
*/
128128
process split_fasta {
129-
label 'short_time', 'small_mem'
129+
label 'default_time', 'small_mem'
130130

131131
input:
132132
path interleaved_fasta

0 commit comments

Comments
 (0)