From b0043ebb1e89ec9ffe3053f330ee7b45434a7502 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Wed, 11 Jan 2017 14:38:13 -0500 Subject: [PATCH 1/2] Added convert-annotation Replaced wreq with req so it *should* be OK now. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620b5620..954f2987 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1953,6 +1953,7 @@ packages: - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 # - blosum # via fasta + - convert-annotation "Simon Marechal @bartavelle": - compactmap From 40621612a4a9c54cf9c6122ee220a2d920eea8bd Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 30 Jan 2017 11:21:30 -0500 Subject: [PATCH 2/2] Re-added fasta and dependent libraries. pipes-attoparsec has been added again, so fasta and the rest should be OK to go. `convert-annotation` uses `req` instead of `wreq` now, so that should be good as well. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f536558..eefa6501 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1954,14 +1954,14 @@ packages: # - moesocks # https://github.com/nfjinjing/moesocks/issues/1 "Gregory W. Schwartz @GregorySchwartz": - # - fasta # via pipes-attoparsec - # - diversity # via fasta - # - modify-fasta # via fasta + - fasta + - diversity + - modify-fasta - tree-fun - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - # - blosum # via fasta + - blosum - convert-annotation "Simon Marechal @bartavelle":