Skip to content

Commit

Permalink
Update easyconfigs.py - add exception for OPERA-MS and SAMtools
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman authored Oct 31, 2024
1 parent c3a3164 commit 8d34813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def check_dep_vars(self, gen, dep, dep_vars):
],
# OPERA requires SAMtools 0.x
'SAMtools': [(r'0\.', [r'ChimPipe-0\.9\.5', r'Cufflinks-2\.2\.1', r'OPERA-2\.0\.6',
r'CGmapTools-0\.1\.2', r'BatMeth2-2\.1'])],
r'CGmapTools-0\.1\.2', r'BatMeth2-2\.1', r'OPERA-MS-0\.9\.0-20240703'])],
# NanoPlot, NanoComp use an older version of Seaborn
'Seaborn': [(r'0\.10\.1', [r'NanoComp-1\.13\.1-', r'NanoPlot-1\.33\.0-'])],
# Shasta requires spoa 3.x
Expand Down

0 comments on commit 8d34813

Please sign in to comment.