Skip to content

Commit

Permalink
add test output files, tweak recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck committed Nov 17, 2023
1 parent 38571d2 commit e1adbdf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ hg19/
GRCh37/
GRCh38/
docker/run_paa_docker.sh
*.sif
*.sif
=*
1 change: 1 addition & 0 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ mkdir -p $PREFIX/bin
# setup.py will handle this in the next release
cp AmpliconSuite-pipeline.py ${PREFIX}/bin/AmpliconSuite-pipeline.py
cp GroupedAnalysisAmpSuite.py ${PREFIX}/bin/GroupedAnalysisAmpSuite.py
cp amplicon_classifier.py ${PREFIX}/bin/amplicon_classifier.py
cp feature_similarity.py ${PREFIX}/bin/feature_similarity.py
cp make_results_table.py ${PREFIX}/bin/make_results_table.py

Expand Down
1 change: 0 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ source:
folder: ampliconarchitectlib
- url: https://github.com/AmpliconSuite/AmpliconClassifier/archive/v{{ AC_version }}.tar.gz
sha256: d1f35e17827947f657892b08c93c9694e9b33947e30d45e8e515084a5c96638d
folder: ampliconclassifierlib

build:
noarch: python
Expand Down
Binary file added test_outputs/GBM39_FF-8.tar.gz
Binary file not shown.

0 comments on commit e1adbdf

Please sign in to comment.