Till Sauerwein
Till Sauerwein
I think introducing `display()` is generally a good idea, due to its easier to read output. And a clear tabular output of a DataFrame makes it easier for the human...
Hello @termithorbor It is option a) And thank you for pointing out that the documentation is missing a paired end data example, we will fix this. Best, Till
We aim to reduce memory consumption in the future. In the meantime there is no other solution than increasing memory. I had a data set with 15 libraries with about...
yes, it is possible. I implemented printing out timestamps of intermediate steps. If there are still timestamps and intermediate steps added from time to time everything runs as intended. You...
Which READemption version are you using? Can you check your memory usage? Do you still have memory left?
all right, there is still some memory left. I would give it a couple more days.
exactly, the number of maximum parallel processes is the number of maximum number of samples. Is the gene quantification step still running?
Thank you for your making us aware of this issue. I'll double check your solution.
Hi, The DESeq2 subcommand automatically takes the raw counts from the gene quanti step and there is no option to use normalized counts, since DESeq2 requires raw counts as input....
Hi @AzkaSaleem Please add the option --fastq when running the align subcommand. This option needs be turned on when aligning fastq files. Kind regards, Till