From 28a9d3ffee6963d436d173c3542c1022e975199f Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 11 Feb 2021 13:18:30 -0600 Subject: [PATCH] Nextflow-ify --- {contents/conf => conf}/.gitkeep | 0 {contents/conf => conf}/Execution_Run_For_Output_Bag.json | 0 {contents/conf => conf}/Replicate_For_Input_Bag.json | 0 {contents/conf => conf}/aws.config | 0 {contents/conf => conf}/biohpc.config | 0 {contents/conf => conf}/biohpc_local.config | 0 {contents/conf => conf}/biohpc_max.config | 0 {contents/conf => conf}/dnanexus.config | 0 {contents/conf => conf}/local.config | 0 {contents/conf => conf}/multiqc_config.yaml | 0 {contents/conf => conf}/ondemand.config | 0 {contents/conf => conf}/spot.config | 0 contents/main.nf => main.nf | 0 contents/nextflow.config => nextflow.config | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {contents/conf => conf}/.gitkeep (100%) rename {contents/conf => conf}/Execution_Run_For_Output_Bag.json (100%) rename {contents/conf => conf}/Replicate_For_Input_Bag.json (100%) rename {contents/conf => conf}/aws.config (100%) rename {contents/conf => conf}/biohpc.config (100%) rename {contents/conf => conf}/biohpc_local.config (100%) rename {contents/conf => conf}/biohpc_max.config (100%) rename {contents/conf => conf}/dnanexus.config (100%) rename {contents/conf => conf}/local.config (100%) rename {contents/conf => conf}/multiqc_config.yaml (100%) rename {contents/conf => conf}/ondemand.config (100%) rename {contents/conf => conf}/spot.config (100%) rename contents/main.nf => main.nf (100%) rename contents/nextflow.config => nextflow.config (100%) diff --git a/contents/conf/.gitkeep b/conf/.gitkeep similarity index 100% rename from contents/conf/.gitkeep rename to conf/.gitkeep diff --git a/contents/conf/Execution_Run_For_Output_Bag.json b/conf/Execution_Run_For_Output_Bag.json similarity index 100% rename from contents/conf/Execution_Run_For_Output_Bag.json rename to conf/Execution_Run_For_Output_Bag.json diff --git a/contents/conf/Replicate_For_Input_Bag.json b/conf/Replicate_For_Input_Bag.json similarity index 100% rename from contents/conf/Replicate_For_Input_Bag.json rename to conf/Replicate_For_Input_Bag.json diff --git a/contents/conf/aws.config b/conf/aws.config similarity index 100% rename from contents/conf/aws.config rename to conf/aws.config diff --git a/contents/conf/biohpc.config b/conf/biohpc.config similarity index 100% rename from contents/conf/biohpc.config rename to conf/biohpc.config diff --git a/contents/conf/biohpc_local.config b/conf/biohpc_local.config similarity index 100% rename from contents/conf/biohpc_local.config rename to conf/biohpc_local.config diff --git a/contents/conf/biohpc_max.config b/conf/biohpc_max.config similarity index 100% rename from contents/conf/biohpc_max.config rename to conf/biohpc_max.config diff --git a/contents/conf/dnanexus.config b/conf/dnanexus.config similarity index 100% rename from contents/conf/dnanexus.config rename to conf/dnanexus.config diff --git a/contents/conf/local.config b/conf/local.config similarity index 100% rename from contents/conf/local.config rename to conf/local.config diff --git a/contents/conf/multiqc_config.yaml b/conf/multiqc_config.yaml similarity index 100% rename from contents/conf/multiqc_config.yaml rename to conf/multiqc_config.yaml diff --git a/contents/conf/ondemand.config b/conf/ondemand.config similarity index 100% rename from contents/conf/ondemand.config rename to conf/ondemand.config diff --git a/contents/conf/spot.config b/conf/spot.config similarity index 100% rename from contents/conf/spot.config rename to conf/spot.config diff --git a/contents/main.nf b/main.nf similarity index 100% rename from contents/main.nf rename to main.nf diff --git a/contents/nextflow.config b/nextflow.config similarity index 100% rename from contents/nextflow.config rename to nextflow.config -- GitLab