Skip to content

Commit

Permalink
Merge pull request #3 from vpbrendel/main
Browse files Browse the repository at this point in the history
updated scripts
  • Loading branch information
vpbrendel authored Mar 23, 2022
2 parents 820e157 + 8c00994 commit 16d2214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prj/LHRWBY2021/genomes/DiscovarDeNovo/IRBB7ddn/0Record
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gunzip -c ../../../reads/DDN/IRBB7/IRBB7ddn_2.fastq.gz > IRBB7ddn_2.fastq
# Assembly:
# (Note: addjust NUM_THREADS=32 MAX_MEM_GB=256 appropriately)
#
time singularity exec -e -B${PWD}/../../.. ../../../tools/ddn.sif DiscovarDeNovo \
time singularity exec -e -B${PWD}/../../.. ../../../tools/DDN.sif DiscovarDeNovo \
NUM_THREADS=32 MAX_MEM_GB=256 READS=./IRBB7ddn_1.fastq,./IRBB7ddn_2.fastq \
OUT_DIR=./assembly >& err
#real 277m29.799s
Expand All @@ -30,7 +30,7 @@ egrep "^There are" err
#There are 86,877,450 reads of mean length 250.1 and mean base quality 39.3.


singularity exec -e -B${PWD}/../../.. ../../../tools/ddn.sif \
singularity exec -e -B${PWD}/../../.. ../../../tools/DDN.sif \
bash xcleanup
#
# ... to provide assembly statistics and remove short contigs (<500 bp)
Expand Down

0 comments on commit 16d2214

Please sign in to comment.