diff --git a/recipes/das_tool/build.sh b/recipes/das_tool/build.sh index 9a47b711a6deb..76bd923b4a9b6 100644 --- a/recipes/das_tool/build.sh +++ b/recipes/das_tool/build.sh @@ -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/ diff --git a/recipes/das_tool/meta.yaml b/recipes/das_tool/meta.yaml index 2cb2e1dfa71e5..bea44667047d5 100644 --- a/recipes/das_tool/meta.yaml +++ b/recipes/das_tool/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: generic - number: 0 + number: 1 rpaths: - lib/R/lib/ - lib/ @@ -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