Skip to content

Commit

Permalink
limit output in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kincekara committed Feb 28, 2024
1 parent 891f093 commit 82c70ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verkko/2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ RUN curl -L https://obj.umiacs.umd.edu/sergek/shared/ecoli_hifi_subset24x.fastq.
# verkko test run
RUN verkko -d asm --hifi ./hifi.fastq.gz --nano ./ont.fastq.gz &&\
head asm/assembly.hifi-coverage.csv &&\
head asm/assembly.fasta
head -c 1000 asm/assembly.fasta

0 comments on commit 82c70ec

Please sign in to comment.