Closed jiangpuxuan closed 2 years ago
Hi @jiangpuxuan! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
Before we help you, you must respond to the following questions unless your original post already contained this information:
1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved?
2. Can you recapitulate your error using the tutorial code and dataset? If so, provide a reproducible example.
3. Did you post your log file? If not, add it now.
4. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.
I have clarified the functionality of getInputFiles()
via https://github.com/GreenleafLab/ArchR/commit/b00ce31a22edad4edfc1a810db6330088abb5d42
Only files that match ".fragments.tsv.gz" and ".bam" will be captured. This is because the prefix of the file is used to create the name of the sample.
I ran
cellranger-atac
to get a standard 10xouts
. Here is my files inouts
:But when I use
getInputFiles()
to import the ' fragments.tsv.gz ', it got an error:The
inputFiles
is empty. And nothing is imported .I tried to
mv
fragments.tsv.gz
andfragments.tsv.gz.tbi
to another seperate directory, but the same error.I should change the path to
~/outs
that myinputFiles
could not be empty. But that pipeline will get error increateArrowFiles()
. Here is mylog
:ArchR-createArrows-23328111e041e-Date-2022-07-31_Time-11-06-42.logThank you for your help!