Skip to content
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

Open
yuanwsy opened this issue Apr 18, 2024 · 7 comments
Open

some question about using scisorseqr #13

yuanwsy opened this issue Apr 18, 2024 · 7 comments

Comments

@yuanwsy
Copy link

yuanwsy commented Apr 18, 2024

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

V1 V2
TCGCAGGGTGTCATTG Macrophage
CTTGATTGTGTTCGTA Pericyte
NA NA
TACATTCAGCCAACCC B cell
ATTCGTTGTGCCGTAC iOSN
TAGGTACAGAGCCGAT B cell
CATCCGTCAAGTCATC HBC
CAGCGTGCAAGTACCT Neutrophil

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!

@noush-joglekar
Copy link
Owner

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?

@yuanwsy
Copy link
Author

yuanwsy commented Apr 22, 2024

after I ran the command ,It generated two folders:outputraw and outputfilter
the outputraw is empty,and the outputfilter contains a file named FilteredDeconvBC_AllFiles.csv

@noush-joglekar
Copy link
Owner

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?

@lhmaniero
Copy link

lhmaniero commented Jul 31, 2024

Hi @noush-joglekar ,

I’m getting the same issue.

Please, see what’s going on:

#I’ve use this command to run “GetBarcodes”
scisorseqr::GetBarcodes(fqFolder = fastq, BCClustAssignFile = barcode, output_dir, 6, "v3.1", concatenate = TRUE, filterReads = FALSE)

#Error message
cat: '/path_to_my_output_folder//OutputRaw//DeconvBC*.csv': No such file or directory

Then, it creates two folders in my output_folder (see image below):
IMG_0174

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
Warning message:
In dir.create(filt_Output) :
'/path_to_my_output_folder/OutputFiltered' already exists

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.

@noush-joglekar
Copy link
Owner

Hey! Could you try with chemistry = "v3" instead of "v3.1" and also perhaps show me a head of your barcode file?

@lhmaniero
Copy link

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:
I followed the example as described here: https://github.com/noush-joglekar/scisorseqr/blob/master/vignettes/scisorseqr-StandardWorkflow.pdf

Head picture as you requested:
IMG_0175

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
Warning message:
In dir.create(filt_Output) : './OutputFiltered' already exists

It created the folders and the empty file as mentioned before.

Thanks again @noush-joglekar (:

@noush-joglekar
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants