Coder Social home page Coder Social logo

nmrpack's Introduction

nmrpack's People

Contributors

locsmith avatar varioustoxins avatar

Stargazers

 avatar

Watchers

 avatar

nmrpack's Issues

nmrpack install fails with unknown variable capture_output

this is a bug in environment.py  get_environment_change which uses sub_process_run capture_output which isn't available in python3.6 which is the install python3 on centos8

required change is below

#pre = subprocess.run(['/usr/bin/env', '-i', '/bin/csh', '-c', f"{pre_command}"], capture_output=True)
#post = subprocess.run(['/usr/bin/env', '-i', '/bin/csh','-c', f"{post_command}"], capture_output=True)

# required for python 3.6 
pre = subprocess.run(['/usr/bin/env', '-i', '/bin/csh', '-c', f"{pre_command}"], stdout=PIPE, stderr=PIPE)
post = subprocess.run(['/usr/bin/env', '-i', '/bin/csh','-c', f"{post_command}"], stdout=PIPE, stderr=PIPE)

nmrpipe needs extra libraries on centos 8 for i686

centos 8 doesn't come with the correct libraries installed for Nmr pipe

sudo yum install xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-100dpi
sudo yum install xorg-x11-fonts-misc
sudo yum install xorg-x11-fonts-75dpi xorg-x11-fonts-ISO8859-1-75dpi
sudo yum install -y libgcc.i686
sudo yum install -y glibc.i686
sudo yum install -y libX11.so.i6866
sudo yum install -y libXext.i686
sudo yum install -y libstdc++.i686
sudo yum install -y xorg-x11-fonts-75dpi
sudo yum install -y xorg-x11-fonts-ISO8859-1-75dpi

maybe these should all be run from one script under sudo

initial todo list

initial target list

program state ease priority notes
aria partial 8 3 requires patches and python packages
xplor partial 3 1 demonstrator of e-mail technology
cns partial 3 2
nmrpipe done macOS 3 0 would also like linux needs additional installs as does osx
ccpn2 none 3 4
ccpn3 none 5 5

os

only Mac OS

required technologies

  1. email monitor system
  2. python packaging and dependencies
  3. method for providing data to Spack packages
  4. web page templating
  5. driver program

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.