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

CRAFT cannot detect input data #2 #7

Open
AnaTrobec opened this issue Jul 11, 2023 · 1 comment
Open

CRAFT cannot detect input data #2 #7

AnaTrobec opened this issue Jul 11, 2023 · 1 comment

Comments

@AnaTrobec
Copy link

AnaTrobec commented Jul 11, 2023

Hi,
I have an issue running an analysis. I prepared the necessary files in the following directory structure:

.
└── test
├── input
│ ├── backsplice_gene_name.txt
│ ├── hg38.fa
│ ├── hg38.ndb
│ ├── hg38.nhr
│ ├── hg38.nin
│ ├── hg38.njs
│ ├── hg38.not
│ ├── hg38.nsq
│ ├── hg38.ntf
│ ├── hg38.nto
│ ├── hg38.shd
│ ├── Homo_sapiens.GRCh38.dna.primary_assembly.fa
│ ├── Homo_sapiens.GRCh38.104.gtf
│ ├── hg38.00.idx
│ ├── hg38.01.idx
│ ├── hg38.02.idx
├── list_backsplice.txt
├── params.txt
└── path_files.txt

which lies inside C:\test. Then I paste the command: docker run -it -v C:\test :/data annadalmolin/craft:v1.0 to WIndows command prompt, but then I get an error:

Quitting from lines 90-153 (functional_predictions_all_circRNAs.Rmd)
Error in read.table(file_parameters, header = F) :
no lines available in input
Calls: ... withCallingHandlers -> withVisible -> eval -> eval -> read.table
In addition: Warning message:
package(s) not installed when version(s) same as current; use force = TRUE to
re-install: 'grid'

As far as I understand, it cannot detect input data or/and some packages in R are not appropriate version. But maybe I just should run it in Linux or directly in Docker?
I'm new to bioinformatics, so I might be making some basic mistakes. I find your analysis process so cool though, I would really like to make it work :)

@annadalmolin
Copy link
Owner

annadalmolin commented Sep 29, 2023 via email

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

2 participants