Skip to content

Commit

Permalink
fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jun 10, 2024
1 parent 0347e7d commit 035fe8f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ description = """Paired REad TEXTure Mapper. Converts SAM formatted read pairs i
toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

sources = [{
'filename': '%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/sanger-tol',
'repo_name': '%(name)s',
'tag': '%(version)s',
'recursive': True,
'keep_git_dir': True,
},
'filename': '%(version)s.tar.gz',
'git_config': {
'url': 'https://github.com/sanger-tol',
'repo_name': '%(name)s',
'tag': '%(version)s',
'recursive': True,
'keep_git_dir': True,
},
}]
checksums = [None]

Expand Down

0 comments on commit 035fe8f

Please sign in to comment.