Skip to content

Commit

Permalink
[ci skip] Merge PR 33979
Browse files Browse the repository at this point in the history
Merge PR bioconda#33979, commits were: 
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * See if ete3 is the issue
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * debug
 * Update meta.yaml
 * Update meta.yaml
 * Update recipes/deeparg/meta.yaml
 * Add deepARG recipe
 * Merge branch 'master' of github.com:jfy133/bioconda-recipes into master
 * Merge branch 'bioconda:master' into master
 * Add deepARG recipe
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge pull request #2 from bioconda/master

Get latest versions
 * Merge pull request #1 from bioconda/master

Get latest GATK recipe
  • Loading branch information
jfy133 authored Mar 29, 2022
1 parent b41a4bc commit 41412a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/das_tool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ cp -r src db $DESTDIR
chmod +x $DESTDIR/DAS_Tool

ln -s $DESTDIR/DAS_Tool $PREFIX/bin/
ln -s $DESTDIR/src/Fasta_to_Scaffolds2Bin.sh $PREFIX/bin/
ln -s $DESTDIR/src/Fasta_to_Contig2Bin.sh $PREFIX/bin/
ln -s $DESTDIR/src/Contigs2Bin_to_Fasta.sh $PREFIX/bin/
4 changes: 3 additions & 1 deletion recipes/das_tool/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
noarch: generic
number: 0
number: 1
rpaths:
- lib/R/lib/
- lib/
Expand Down Expand Up @@ -49,6 +49,8 @@ test:
commands:
- DAS_Tool --help || [[ $? == 1 ]]
- DAS_Tool --version || [[ $? == 1 ]]
- Contigs2Bin_to_Fasta.sh --help | grep Usage
- Fasta_to_Contig2Bin.sh --help | grep Usage

about:
home: https://github.com/cmks/DAS_Tool
Expand Down

0 comments on commit 41412a8

Please sign in to comment.