Giter VIP home page Giter VIP logo

star-intersect's Introduction

Star Intersect

Ce programme sert à l'intersection des données mrcs de 2 fichiers STAR

Haxe

Installation

Il vous faut d'abord installer la version 3.4.7 de Haxe, puis installer les librairies hxcpp et thx.core.

Compilation

En python (version 3.7)

pour compiler le programme en Python :

haxe build-py.hxml

En C++

Sur la distrib de votre choix (windows, mac ou linux), compiler le programme en CPP avec la commande suivante :

haxe build-<distrib>.hxml

Documentation

Usage

StarIntersect -f1 <fichier> -f2 <fichier> -o <fichier>

Options

- f1 <fichier> : Fichier du 1er dataset
- f2 <fichier> : Fichier du 2nd dataset
- o  <fichier> : Fichier de sortie de l'intersection

Algorithme

Le programme charge les 2 fichiers .star et cherche les chemins .mrcs à l'aide l'expression régulière suivante / ([0-9]+@./.).mrcs /

Le programme fait ensuite l'intersection des 2 tableaux de données. Et sauvegarde les redondances dans le fichier de sortie.

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.