Skip to content

Commit

Permalink
Replace 'which' with test -x to overcome path length issue in which f…
Browse files Browse the repository at this point in the history
…or centos-7/8
  • Loading branch information
dslarm committed Nov 11, 2024
1 parent c4c2bff commit 97c2371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/control-freec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ test:
- freec
- freec2bed.pl
- freec2circos.pl
- which get_fasta_lengths.pl
- which makeGraph.R
- which makeGraph_Chromosome.R
- test -x ${PREFIX}/bin/get_fasta_lengths.pl
- test -x ${PREFIX}/bin/makeGraph.R
- test -x ${PREFIX}/bin/makeGraph_Chromosome.R
- vcf2snpFreec.pl
- which assess_significance.R
- which makeGraph2.0.R
- test -x ${PREFIX}/bin/assess_significance.R
- test -x ${PREFIX}/bin/makeGraph2.0.R

about:
home: https://github.com/BoevaLab/FREEC
Expand Down

0 comments on commit 97c2371

Please sign in to comment.