Skip to content

Commit

Permalink
fix tools failing ci
Browse files Browse the repository at this point in the history
cummerbund: fix requirements

- 2.16.0 was not installable anymore (conda took forever)
  2.20 was the closest that worked. I added r-base to speed up conda.
- added fonts for pngs that actually contain text
- removed unneeded r-png requirement
- switch from test data to asserts

cufflinks:

- moved to IUC galaxyproject/tools-iuc#3069

dwt*:

- remove perl wrappers and use Rscripts directly

Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
bernt-matthias and nsoranzo committed Jul 1, 2020
1 parent 7907a6b commit 4e17a8d
Show file tree
Hide file tree
Showing 155 changed files with 1,376 additions and 13,014 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: lintr
run: |
library(lintr)
linters <- with_defaults(line_length_linter = NULL)
linters <- with_defaults(line_length_linter = NULL, cyclocomp_linter = NULL)
con <- file("../workflow_artifacts/changed_repositories.list", "r")
status <- 0
while (TRUE) {
Expand Down
4 changes: 0 additions & 4 deletions .tt_skip
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ tools/dgidb_annotator
tools/divide_pg_snp
tools/dna_filtering
tools/draw_stacked_barplots
tools/dwt_cor_ava_perclass
tools/dwt_cor_avb_all
tools/dwt_ivc_all
tools/dwt_var_perclass
tools/express
tools/fastqsolexa_to_fasta_qual
tools/featurecounter
Expand Down
85 changes: 0 additions & 85 deletions tool_collections/cufflinks/cuff_macros.xml

This file was deleted.

12 changes: 0 additions & 12 deletions tool_collections/cufflinks/cuffcompare/.shed.yml

This file was deleted.

1 change: 0 additions & 1 deletion tool_collections/cufflinks/cuffcompare/cuff_macros.xml

This file was deleted.

117 changes: 0 additions & 117 deletions tool_collections/cufflinks/cuffcompare/cuffcompare_wrapper.py

This file was deleted.

Loading

0 comments on commit 4e17a8d

Please sign in to comment.