-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in running bd-rhapsody files #14
Comments
Hi, I am glad you found UniverSC interesting (and I hope it becomes useful too). Kai Battenberg |
Hi, |
Hi Paramita, That should be fine. Can you try again, but this time with a single input file pair with 10,000 reads to see if the issue is related to the input file size? Thank you. Kai Battenberg |
Any updates on this? Note that long run times are expected for large files. How many lines or reads are in these files? Due to long time to execute we recommend running these in a server environment as a background job so that they will continue to execute if your network connection drops. We cache the reformatted files so that Cell Ranger can be run again without waiting for prior steps if parameters need to be changed. |
Hi,
Thanks for developing the tool which should be very useful for any bioinformatician working on scRNA-seq data.
I am, however, facing an issue when running the package on bd-rhapsody files. I had Cellranger pre-installed, so downloaded the .git repository, and executed the following command:
launch_universc.sh
-R1 SAMPLE1_L003_R1_001.fastq.gz SAMPLE1_L004_R1_001.fastq.gz
-R2 SAMPLE1_L003_R2_001.fastq.gz SAMPLE1_L004_R2_001.fastq.gz
--id OutRes
-r ~/CellRanger/RefGenome_3.0/GRCh38
-t bd-rhapsody
--localcores 8
--localmem 128
--verbose
However, the execution got stuck after copying the .fastq files into the output folder. The last few lines of the output log are:
converting input files to confer cellranger format ...
adjustment parameters:
barcodes: 0 bp at its head
UMIs: -2 bp at its tail
making technology-specific modifications ...
... remove adapter and phase blocks for bd-rhapsody
No change in the output log for more than 12 hours !! Please check the issue. Thank you.
The text was updated successfully, but these errors were encountered: