Skip to content

Commit

Permalink
Merge pull request #25 from sanger-tol/patch
Browse files Browse the repository at this point in the history
Patch 2.0.2 -- lib/utils.groovy
  • Loading branch information
tkchafin authored Dec 9, 2024
2 parents bc958b7 + b6e6505 commit 3b4e57b
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 3b4e57b

Please sign in to comment.