Coder Social home page Coder Social logo

Comments (5)

annadalmolin avatar annadalmolin commented on July 19, 2024

from craft.

mlvanhorn avatar mlvanhorn commented on July 19, 2024

Hi Anna,

Thank you for the reply, that's good to know!

My params.txt file is here:

root@megan-ThinkPad-P53:~/data# cat params.txt
M
hsa


hg38

score_miRNA=125, energy_miRNA=-25, dGduplex_miRNA=-22, dGopen_miRNA=-10
score_miRNA=125, energy_miRNA=-25, dGduplex_miRNA=-22, dGopen_miRNA=-10, voteFrac_RBP=0.3

I didn't include the AGO2 binding site file in the analysis.

Best,
Megan

from craft.

annadalmolin avatar annadalmolin commented on July 19, 2024

from craft.

mlvanhorn avatar mlvanhorn commented on July 19, 2024

Hi Anna,

Thank you for the suggestion. I was finally able to get the CRAFT program to finish for all circRNA including the mitochondrial one with the modified, less stringent parameters. However, I have run into another set of problems. I needed to specify the sequence of the circRNAs I am analyzing, so I generated my own files following the README and put those into the sequence_extraction directory. Running CRAFT, I first ran into an error with the ORF detection, shown below:

Quitting from lines 94-165 (functional_predictions_single_circRNA.Rmd)
Error in read.table(file_list_ORF, header = F, sep = "\t") :
  no lines available in input
Calls: <Anonymous> ... withCallingHandlers -> withVisible -> eval -> eval -> read.table
In addition: Warning messages:
1: In system("timedatectl", intern = TRUE) :
  running command 'timedatectl' had status 1
2: package(s) not installed when version(s) same as current; use `force = TRUE` to
  re-install: 'org.Hs.eg.db'

I tried removing the ORF_detection directory and rerunning the ORF detection analysis, which gave me the same error. I checked the result_list_ORF.txt file, which was empty. I thought that this might be because there are no ORFs present, so I removed "O" from the params.txt file and tried running CRAFT again and got the following error:

Quitting from lines 198-202 (functional_predictions_single_circRNA.Rmd)
Error: comparison (3) is possible only for atomic and list types
In addition: Warning messages:
1: In system("timedatectl", intern = TRUE) :
  running command 'timedatectl' had status 1
2: package(s) not installed when version(s) same as current; use `force = TRUE` to
  re-install: 'org.Hs.eg.db'

Execution halted
mv: cannot stat 'functional_predictions_single_circRNA.html': No such file or directory

I did some looking and found that this error can be related to the dplyr package. I noticed earlier in the output from the run that it said:

You have loaded plyr after dplyr - this is likely to cause problems.
If you need functions from both plyr and dplyr, please load plyr first, then dplyr:
library(plyr); library(dplyr)

I'm not sure why this seems to be causing an issue now since it didn't before when I was letting CRAFT do the sequence extraction.

Do you have any suggestions on how to solve this problem? I can also open this as a separate issue if you prefer.

Thank you again for all of your help.

Best,
Megan

from craft.

annadalmolin avatar annadalmolin commented on July 19, 2024

from craft.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.