GithubHelp home page GithubHelp logo

phydev / angio Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 1.66 MB

Developing a 3D phase-field modelling for tumor angiogenesis

Home Page: http://phydev.github.io/angio

License: GNU General Public License v2.0

Fortran 99.46% Shell 0.37% Dockerfile 0.17%

angio's Introduction

Welcome

Linkedin Badge Twitter Badge ResearchGate Badge GitHub Badge

Hi,

I am a computational physicist by training currently working as researcher on biostatistics, data science and machine learning. My main projects are in the development of prediction models for head and neck cancer. I have experience in several programming languages such as Python, R, Fortran90-20xx, C++, and many data science tools.

You may notice that my previous field was on developing and implementing mathematical models for biological systems, where I used modern Fortran for high performance computing.

My gists: https://gist.github.com/phydev

"When software is done right, it requires a fraction of the human resources to create and maintain." - Robert C. Martin

angio's People

Contributors

joaoplay avatar phydev avatar

Stargazers

 avatar

Watchers

 avatar  avatar

angio's Issues

compiling issues

Dear Authors,

Thank you for sharing this interesting project. I was trying to run this code, but also got error either from pulling the docker file or compile the src. The error messages are attached. Could you please provide some suggestions. Thanks,

 docker build --platform linux/x86_64 -t angio docker/
ERROR: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/_ping"                           : dial unix /var/run/docker.sock: connect: permission denied

./compile.sh
ifort: command line remark #10412: option '-mkl' is deprecated and will be removed in a future release. Please use the replacement option '-qmkl'
./src/run_angio.F90(171): error #6633: The type of the actual argument differs from the type of the dummy argument.   [PERIODIC]
     vegf_c, nstep, vegf_grad_min, np, cell_radius, n_max_tipc, np_tip_s, periodic)
---------------------------------------------------------------------------^
./src/run_angio.F90(170): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface.   [VEGF_XYZ]
     call etc_search(cell, tipc, gg, Lsize, lxyz, lxyz_inv, notch_distance, n_tipcell, tip_s, &
-----------^
./src/run_angio.F90(170): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface.   [NDIM]
     call etc_search(cell, tipc, gg, Lsize, lxyz, lxyz_inv, notch_distance, n_tipcell, tip_s, &
-----------^
./src/run_angio.F90(170): error #6631: A non-optional actual argument must be present when invoking a procedure with an explicit interface.   [PERIODIC]
     call etc_search(cell, tipc, gg, Lsize, lxyz, lxyz_inv, notch_distance, n_tipcell, tip_s, &
-----------^
./src/run_angio.F90(171): error #7976: An allocatable dummy argument may only be argument associated with an allocatable actual argument.   [PERIODIC]
     vegf_c, nstep, vegf_grad_min, np, cell_radius, n_max_tipc, np_tip_s, periodic)
---------------------------------------------------------------------------^
./src/run_angio.F90(170): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic.   [GRID_CELL_DOMAIN]
     call etc_search(cell, tipc, gg, Lsize, lxyz, lxyz_inv, notch_distance, n_tipcell, tip_s, &
-----------^
./src/run_angio.F90(171): error #6634: The shape matching rules of actual arguments and dummy arguments have been violated.   [PERIODIC]
     vegf_c, nstep, vegf_grad_min, np, cell_radius, n_max_tipc, np_tip_s, periodic)
---------------------------------------------------------------------------^
compilation aborted for ./src/run_angio.F90 (code 1)
./src/main.F90(3): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [RUN_ANGIO_M]
 use run_angio_m
------^
compilation aborted for ./src/main.F90 (code 1)


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.