Codebase list python-pauvre / upstream/0.1923+git20210503.1.a87f2c1 scripts / test.sh
upstream/0.1923+git20210503.1.a87f2c1

Tree @upstream/0.1923+git20210503.1.a87f2c1 (Download .tar.gz)

test.sh @upstream/0.1923+git20210503.1.a87f2c1raw · history · blame

set -ev

git clone https://github.com/wdecoster/nanotest.git

pauvre -h

pauvre marginplot -h
pauvre marginplot -f nanotest/reads.fastq.gz
pauvre marginplot -f nanotest/reads.fastq.gz -t "my title" --filt_maxlen 30000
pauvre marginplot -f nanotest/reads.fastq.gz -y --filt_minqual 7 --fileform svg

pauvre stats -h
pauvre stats -f nanotest/reads.fastq.gz
pauvre stats -f nanotest/reads.fastq.gz -H --filt_maxqual 12