Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAS_Tool fix auxillary script linking #33979

Merged
merged 36 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f5b4109
Merge pull request #1 from bioconda/master
jfy133 Nov 6, 2020
de4a9be
Merge pull request #2 from bioconda/master
jfy133 Jan 19, 2021
f67184b
Merge branch 'bioconda:master' into master
jfy133 Jun 23, 2021
5bbf5e9
Merge branch 'bioconda:master' into master
jfy133 Jun 25, 2021
ce9c0b0
Merge branch 'bioconda:master' into master
jfy133 Aug 25, 2021
4d705d4
Merge branch 'bioconda:master' into master
jfy133 Nov 2, 2021
1d70d9a
Add deepARG recipe
jfy133 Nov 3, 2021
c6a7e3f
Merge branch 'bioconda:master' into master
jfy133 Nov 10, 2021
34a01a2
Merge branch 'master' of github.com:jfy133/bioconda-recipes into master
jfy133 Nov 15, 2021
312d635
Add deepARG recipe
jfy133 Nov 18, 2021
66c6040
Update recipes/deeparg/meta.yaml
jfy133 Nov 19, 2021
4dce29a
Update meta.yaml
jfy133 Nov 19, 2021
bbd4a38
Update meta.yaml
jfy133 Nov 19, 2021
097a20a
debug
dpryan79 Nov 22, 2021
f1c31ad
Update meta.yaml
dpryan79 Nov 22, 2021
bb55166
Update meta.yaml
dpryan79 Nov 22, 2021
9d18d88
Update meta.yaml
dpryan79 Nov 22, 2021
c8ad681
See if ete3 is the issue
dpryan79 Nov 22, 2021
5a07438
Update meta.yaml
dpryan79 Nov 22, 2021
579dc84
Update meta.yaml
dpryan79 Nov 22, 2021
72dc95f
Update meta.yaml
dpryan79 Nov 22, 2021
2021564
Update meta.yaml
dpryan79 Nov 22, 2021
6f0aab5
Update meta.yaml
dpryan79 Nov 22, 2021
008ec5b
Update meta.yaml
dpryan79 Nov 22, 2021
4329d0f
Update meta.yaml
dpryan79 Nov 22, 2021
2d68b6e
Update meta.yaml
dpryan79 Nov 22, 2021
c7d790f
Update meta.yaml
dpryan79 Nov 22, 2021
b4a8852
Merge branch 'bioconda:master' into master
jfy133 Dec 15, 2021
35a2141
Merge branch 'bioconda:master' into master
jfy133 Dec 22, 2021
84c0ae6
Merge branch 'bioconda:master' into master
jfy133 Jan 28, 2022
3e5594d
Start work on ATLAS package for luca to recreate
jfy133 Jan 28, 2022
57d4208
Merge branch 'bioconda:master' into master
jfy133 Mar 3, 2022
e6f305d
Merge branch 'bioconda:master' into master
jfy133 Mar 29, 2022
562c876
Fix build linking of scripts
jfy133 Mar 29, 2022
1a8ded5
Remove in-dev recipe
jfy133 Mar 29, 2022
83b19ed
Fix file names
jfy133 Mar 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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