-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Hello,
- What parameter do I use to ensure that the following 4 images are generated in the results folder?
qcpic1="%s/result/01.QC/%s_cleandata/LengthvsQualityScatterPlot_kde.png"%(output,samplename)
qcpic2="%s/result/01.QC/%s_cleandata/Non_WeightedHistogramReadlength.png"%(output,samplename)
qcpic3="%s/result/01.QC/%s_cleandata/Non_WeightedLogTransformed_HistogramReadlength.png"%(output,samplename)
qcpic4="%s/result/01.QC/%s_cleandata/Yield_By_Length.png"%(output,samplename)
-
Now the command I use is:
python3 NanoPlot.py -t 20 --N50 --dpi 300 --fastq test.fq.gz --title test -o %s/result/01.QC/%s -
I've tried adding the -
-plotsand--legacyparameters, but they don't generate the same results every time.
Reactions are currently unavailable