I am trying to import files into qiime2 format. My files are fastq files (one reverse and one forward per sample) and I created a fastq manifest following the guidelines of the “importing” tutorial.
I tried to run it on 4 files to start with and it worked pretty quickly (and I could do all the dowstream analyses no problem), and now I have extended it to my 64 files and it has been running for hours with no errors but also no output (I am using 1 node of 32 threads). I am wondering if it is normal that it is taking so long, or if I did something wrong…
Here is the command I am running:
qiime tools import --type ‘SampleData[PairedEndSequencesWithQuality]’ --input-path manifest --output-path paired-end-demux.qza --source-format PairedEndFastqManifestPhred33
Hi @Estelle — this step can take a while, and unfortunately there isn’t a really great rule-of-thumb for estimating the runtime (it is a function number of samples, read counts, etc). If it is going to error, it will do so noisily, so if you haven’t seen anything yet, you should be in good shape, just keep on keepin’ on!
Still running
Thanks for the answer, I am going to wait, I only have the node for 12 hours…hopefully it will be enough. I noticed it is using only 1 CPU at 100%, would it be possible to use more than 1, or it is not built like that?