From 085576249073ddfd94b1c475fd0bb56932f773d0 Mon Sep 17 00:00:00 2001 From: Will Trimble Date: Thu, 1 Aug 2013 16:18:36 -0400 Subject: [PATCH] moved DNA example to example-dna/Readme.md --- python/testing/{Example2dnasequences.md => example-dna/Readme.md} | 0 python/testing/{example2 => example-dna}/calculate_gc.py | 0 python/testing/{example2 => example-dna}/mean.py | 0 python/testing/{example2 => example-dna}/test_calculate_gc.py | 0 python/testing/{example2 => example-dna}/test_mean.py | 0 python/testing/{example2 => example-dna}/test_transcribe.py | 0 python/testing/{example2 => example-dna}/transcribe.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename python/testing/{Example2dnasequences.md => example-dna/Readme.md} (100%) rename python/testing/{example2 => example-dna}/calculate_gc.py (100%) rename python/testing/{example2 => example-dna}/mean.py (100%) rename python/testing/{example2 => example-dna}/test_calculate_gc.py (100%) rename python/testing/{example2 => example-dna}/test_mean.py (100%) rename python/testing/{example2 => example-dna}/test_transcribe.py (100%) rename python/testing/{example2 => example-dna}/transcribe.py (100%) diff --git a/python/testing/Example2dnasequences.md b/python/testing/example-dna/Readme.md similarity index 100% rename from python/testing/Example2dnasequences.md rename to python/testing/example-dna/Readme.md diff --git a/python/testing/example2/calculate_gc.py b/python/testing/example-dna/calculate_gc.py similarity index 100% rename from python/testing/example2/calculate_gc.py rename to python/testing/example-dna/calculate_gc.py diff --git a/python/testing/example2/mean.py b/python/testing/example-dna/mean.py similarity index 100% rename from python/testing/example2/mean.py rename to python/testing/example-dna/mean.py diff --git a/python/testing/example2/test_calculate_gc.py b/python/testing/example-dna/test_calculate_gc.py similarity index 100% rename from python/testing/example2/test_calculate_gc.py rename to python/testing/example-dna/test_calculate_gc.py diff --git a/python/testing/example2/test_mean.py b/python/testing/example-dna/test_mean.py similarity index 100% rename from python/testing/example2/test_mean.py rename to python/testing/example-dna/test_mean.py diff --git a/python/testing/example2/test_transcribe.py b/python/testing/example-dna/test_transcribe.py similarity index 100% rename from python/testing/example2/test_transcribe.py rename to python/testing/example-dna/test_transcribe.py diff --git a/python/testing/example2/transcribe.py b/python/testing/example-dna/transcribe.py similarity index 100% rename from python/testing/example2/transcribe.py rename to python/testing/example-dna/transcribe.py -- 2.26.2