Jaeyoung Chun
Jaeyoung Chun
Hi, So I've been creating a checksum for my image (e.g. `shasum -a 256 test.img`), and today I noticed that a small change that I made in `%runscript` section didn't...
Same image, same layers, everything **exactly** the same except one thing: I added 9 additional characters in the `%runscript` section. e.g. from `Rscript xyz.R` to `Rscript --vanilla xyz.R` I naturally...
Right, as a matter of fact, I didn't actually expect Singularity to do anything special. I was just using Linux sha1sum/md5sum to get the checksum of the final Singularity image....
Okay, so I did some more experiments, and my bad, the checksum does changes, but it changes even though I build the same image (with the same content) again;;; I...
I had a similar issue with 150M reads. It seems that the bottleneck was the amount of the available memory in my case. The program hangs with 32GB, but works...
Sorry, I was on leave of absence for a while. I'm back and I'm trying to try out `1.5.0-alpha`, but encountered two issues: Looks like the following two libraries are...
Never mind. Unlike the previous version, it looks like this version requires the tag file to have the header `feature_name,sequence`. Anyway, the results were the same as before. It took...
As the title of this issue says, I've been having issues with large FASTQ files (400M+ reads). CSC just got stuck at some point and never terminates (2 days, 3...
@aricht Yes, I'm still using `1.4.2-develop` (a snapshot taken around Sep 2019). And CSC does finish successfully. My solution was adding more memory and be patient :-)
Correct me if I'm wrong, but as far as I know, one of the ouputs, `barcodes.tsv.gz`, from CITE-seq-Count also needs to be translated properly at the end, especially if you...