-
Notifications
You must be signed in to change notification settings - Fork 9
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
some question about using scisorseqr #13
Comments
Hey - it seems that it is not finding the correct output files for concatenating the results. Are you getting any files in the OutputRaw folder? What do they look like? |
after I ran the command ,It generated two folders:outputraw and outputfilter |
Huh, so it seems it is not really running the program at all. Does it print the name of the fastq files in the folder when you run the command? |
Hi @noush-joglekar , I’m getting the same issue. Please, see what’s going on: #I’ve use this command to run “GetBarcodes” #Error message Then, it creates two folders in my output_folder (see image below): Lastly, when I opened the folder OutputFiltered, it created this file: "FilteredDeconvBC_AllFiles.csv". File is empty. #I also tried to run again, without deleting the folders inside the output_dir, see the error message: cat: '/path_to_my_output_folder/OutputRaw//DeconvBC*.csv': No such file or directory Any thoughts? Could you help instructing how to solve this issue? Thanks in advance for your time and support (: By the way, it did not print the name of the fastq files in the folder when I’ve ran the command. |
Hey! Could you try with chemistry = "v3" instead of "v3.1" and also perhaps show me a head of your barcode file? |
Here it is: Head picture as you requested: I also changed the parameter for “v3” as you mentioned and got the same error, see bellow: cat: './OutputRaw//DeconvBC*.csv': No such file or directory It created the folders and the empty file as mentioned before. Thanks again @noush-joglekar (: |
Ah, could you remove the "1" from the end of the barcodes? And also I don't think it matters but the spaces in the cell type labels could cause issues down the line |
Hi,Thanks for developing such a good tool!
When I am using the getbarcodes step ,I use the following command:
GetBarcodes(fqFolder = fastqFolder, BCClustAssignFile = bc_clust, outputFolder="/data/R02/yuanwsy/scisorseqr/scisorseqresult/",
chemistry = "v3", concatenate = TRUE, filterReads = FALSE)
and the bc_clust looks like this ,the same as the example
but after I ran the command line ,It came to an error like this:
cat: ./OutputRaw//DeconvBC*.csv: No such file or directory
I can not find the the information of DeconvBC*.csv in the vignette ,do you know how to solve it?
Thanks!
The text was updated successfully, but these errors were encountered: