Skip to content

Commit

Permalink
validation aligner binds in scripts at read time
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Jan 22, 2025
1 parent ce738ed commit 7516637
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions workflows/Nextflow/modules/runReadsToContig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ RUN conda install -n readsToContig -c bioconda samtools=1.6
RUN conda install -c conda-forge conda-pack


ADD bin/bam_to_fastq.pl /opt/conda/envs/readsToContig/bin
ADD bin/contig_stats.pl /opt/conda/envs/readsToContig/bin
ADD bin/ContigCoverageFold_plots_from_samPileup.pl /opt/conda/envs/readsToContig/bin
ADD bin/fastq_utility.pm /opt/conda/envs/readsToContig/bin
ADD bin/runReadsToContig.pl /opt/conda/envs/readsToContig/bin
ADD bin/tab2Json_for_dataTable.pl /opt/conda/envs/readsToContig/bin

RUN conda-pack -n readsToContig -o /tmp/env.tar && \
mkdir /venv && cd /venv && tar xf /tmp/env.tar && \
rm /tmp/env.tar
Expand Down
2 changes: 1 addition & 1 deletion workflows/Nextflow/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ process {
container = 'apwat/run_assembly:1.5'
}
withLabel: 'r2c' {
container = 'apwat/run_r2c:1.6'
container = 'apwat/run_r2c:1.7'
}
withLabel: 'rta' {
container = 'apwat/reads_taxonomy:1.14'
Expand Down

0 comments on commit 7516637

Please sign in to comment.