Skip to content

Commit

Permalink
Merge pull request #33 from sanger-tol/minor_change
Browse files Browse the repository at this point in the history
remove defaults
  • Loading branch information
tkchafin authored Dec 9, 2024
2 parents 7a40e2b + 963aeaf commit 4424598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Utils {

// Check that all channels are present
// This channel list is ordered by required channel priority.
def required_channels_in_order = ['conda-forge', 'bioconda', 'defaults']
def required_channels_in_order = ['conda-forge', 'bioconda']
def channels_missing = ((required_channels_in_order as Set) - (channels as Set)) as Boolean

// Check that they are in the right order
Expand Down

0 comments on commit 4424598

Please sign in to comment.