Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
- added batch parsing usage
- new docker image for environment
- bug fixes for error messages & parsing for .fq.gz
  • Loading branch information
edwin5588 committed Jan 4, 2024
1 parent 724429a commit 308201b
Show file tree
Hide file tree
Showing 28 changed files with 268 additions and 1,135,546 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ gpunit/.DS_Store
.DS_Store
gpunit/.DS_Store
gpunit/.DS_Store
src/mosek.lic
*.bam
*.bai
2 changes: 2 additions & 0 deletions AA_bam_files_test/input_list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/files/AA_bam_files_test/KT9.cs.bam
/files/AA_bam_files_test/KT14.cs.bam
12 changes: 11 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parent image is the Amplicon-Architect-Environment
# https://hub.docker.com/r/jluebeck/prepareaa/tags
FROM jluebeck/prepareaa:v1.1.0
FROM jluebeck/prepareaa:v1.1.3

USER root
RUN mkdir -p /opt/genepatt
Expand All @@ -10,4 +10,14 @@ COPY src/download_ref.sh /opt/genepatt
ENV MOSEKLM_LICENSE_FILE=/expanse/projects/mesirovlab/genepattern/servers/ucsd.prod/mosek/8/licenses/
RUN mkdir -p /home/aa_user/mosek
RUN chmod 777 /opt/genepatt/*
# RUN chmod 777 /home/aa_user/mosek/
RUN chmod 777 /home/*
USER aa_user

# Copy local mosek.lic file, for testing only
# COPY src/mosek.lic /home/mosek/
# COPY src/mosek.lic /home/aa_user/mosek/

# ENV MOSEKLM_LICENSE_FILE=/home/mosek

## python3 /files/src/run_aa.py --input /files/AA_bam_files_test/input_list.txt --n_threads 2 --reference hg19 --RUN_AA Yes --RUN_AC Yes --AA_runmode FULL
Binary file modified gpunit/.DS_Store
Binary file not shown.
Empty file.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions gpunit/expected_output/TESTX_H7YRLADXX_S1_L001_aln_stage.stderr

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit 308201b

Please sign in to comment.