From af2ce045ec4d8667b47ff2257ecdff31b0cebed7 Mon Sep 17 00:00:00 2001 From: Fizzizist Date: Sat, 4 Jan 2025 15:58:59 -0500 Subject: [PATCH] moved perl and python scripts into their own directories --- BINS.pl => perl/BINS.pl | 0 FIB.pl => perl/FIB.pl | 0 GC.pl => perl/GC.pl | 0 GRPH.pl => perl/GRPH.pl | 0 IPRB.pl => perl/IPRB.pl | 0 PERM.pl => perl/PERM.pl | 0 REVC.pl => perl/REVC.pl | 0 LEXF.py => python/LEXF.py | 0 LGIS.py => python/LGIS.py | 0 MPRT.py => python/MPRT.py | 0 ORF.py => python/ORF.py | 0 PROB.py => python/PROB.py | 0 REVP.py => python/REVP.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename BINS.pl => perl/BINS.pl (100%) rename FIB.pl => perl/FIB.pl (100%) rename GC.pl => perl/GC.pl (100%) rename GRPH.pl => perl/GRPH.pl (100%) rename IPRB.pl => perl/IPRB.pl (100%) rename PERM.pl => perl/PERM.pl (100%) rename REVC.pl => perl/REVC.pl (100%) rename LEXF.py => python/LEXF.py (100%) rename LGIS.py => python/LGIS.py (100%) rename MPRT.py => python/MPRT.py (100%) rename ORF.py => python/ORF.py (100%) rename PROB.py => python/PROB.py (100%) rename REVP.py => python/REVP.py (100%) diff --git a/BINS.pl b/perl/BINS.pl similarity index 100% rename from BINS.pl rename to perl/BINS.pl diff --git a/FIB.pl b/perl/FIB.pl similarity index 100% rename from FIB.pl rename to perl/FIB.pl diff --git a/GC.pl b/perl/GC.pl similarity index 100% rename from GC.pl rename to perl/GC.pl diff --git a/GRPH.pl b/perl/GRPH.pl similarity index 100% rename from GRPH.pl rename to perl/GRPH.pl diff --git a/IPRB.pl b/perl/IPRB.pl similarity index 100% rename from IPRB.pl rename to perl/IPRB.pl diff --git a/PERM.pl b/perl/PERM.pl similarity index 100% rename from PERM.pl rename to perl/PERM.pl diff --git a/REVC.pl b/perl/REVC.pl similarity index 100% rename from REVC.pl rename to perl/REVC.pl diff --git a/LEXF.py b/python/LEXF.py similarity index 100% rename from LEXF.py rename to python/LEXF.py diff --git a/LGIS.py b/python/LGIS.py similarity index 100% rename from LGIS.py rename to python/LGIS.py diff --git a/MPRT.py b/python/MPRT.py similarity index 100% rename from MPRT.py rename to python/MPRT.py diff --git a/ORF.py b/python/ORF.py similarity index 100% rename from ORF.py rename to python/ORF.py diff --git a/PROB.py b/python/PROB.py similarity index 100% rename from PROB.py rename to python/PROB.py diff --git a/REVP.py b/python/REVP.py similarity index 100% rename from REVP.py rename to python/REVP.py