Skip to content

Commit

Permalink
new folder structure (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
giventocode authored May 4, 2023
1 parent 22a229f commit cb00acc
Show file tree
Hide file tree
Showing 58 changed files with 69 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Microsoft.GA4GH.TES.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonUtilities.Tests", "sr
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateBatchVmSkus", "src\GenerateBatchVmSkus\GenerateBatchVmSkus.csproj", "{23C29BA5-3A52-4356-9220-FC84FE32E43E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tes.Runner", "Tes.Runner\Tes.Runner.csproj", "{8EFC0774-6B7A-480D-9F02-6350A05B8B84}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tes.Runner", "src\Tes.Runner\Tes.Runner.csproj", "{7CD31F61-DB85-43C7-BA2C-5C46732AB6E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tes.RunnerCLI", "Tes.RunnerCLI\Tes.RunnerCLI.csproj", "{E81DF1B1-776E-4FDD-BEE0-0159F48EF321}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tes.Runner.Test", "src\Tes.Runner.Test\Tes.Runner.Test.csproj", "{F47560D0-2C03-4FA5-95B8-B4833FD0CF5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tes.Runner.Test", "Tes.Runner.Test\Tes.Runner.Test.csproj", "{FEB786B8-CE2C-4107-A04A-53D2F74839E5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tes.RunnerCLI", "src\Tes.RunnerCLI\Tes.RunnerCLI.csproj", "{D5DFB5A4-2E18-456A-9A29-5BD8C82DF250}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -73,18 +73,18 @@ Global
{23C29BA5-3A52-4356-9220-FC84FE32E43E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23C29BA5-3A52-4356-9220-FC84FE32E43E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23C29BA5-3A52-4356-9220-FC84FE32E43E}.Release|Any CPU.Build.0 = Release|Any CPU
{8EFC0774-6B7A-480D-9F02-6350A05B8B84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EFC0774-6B7A-480D-9F02-6350A05B8B84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EFC0774-6B7A-480D-9F02-6350A05B8B84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EFC0774-6B7A-480D-9F02-6350A05B8B84}.Release|Any CPU.Build.0 = Release|Any CPU
{E81DF1B1-776E-4FDD-BEE0-0159F48EF321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E81DF1B1-776E-4FDD-BEE0-0159F48EF321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E81DF1B1-776E-4FDD-BEE0-0159F48EF321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E81DF1B1-776E-4FDD-BEE0-0159F48EF321}.Release|Any CPU.Build.0 = Release|Any CPU
{FEB786B8-CE2C-4107-A04A-53D2F74839E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEB786B8-CE2C-4107-A04A-53D2F74839E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEB786B8-CE2C-4107-A04A-53D2F74839E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEB786B8-CE2C-4107-A04A-53D2F74839E5}.Release|Any CPU.Build.0 = Release|Any CPU
{7CD31F61-DB85-43C7-BA2C-5C46732AB6E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CD31F61-DB85-43C7-BA2C-5C46732AB6E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CD31F61-DB85-43C7-BA2C-5C46732AB6E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CD31F61-DB85-43C7-BA2C-5C46732AB6E9}.Release|Any CPU.Build.0 = Release|Any CPU
{F47560D0-2C03-4FA5-95B8-B4833FD0CF5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F47560D0-2C03-4FA5-95B8-B4833FD0CF5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F47560D0-2C03-4FA5-95B8-B4833FD0CF5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F47560D0-2C03-4FA5-95B8-B4833FD0CF5B}.Release|Any CPU.Build.0 = Release|Any CPU
{D5DFB5A4-2E18-456A-9A29-5BD8C82DF250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5DFB5A4-2E18-456A-9A29-5BD8C82DF250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5DFB5A4-2E18-456A-9A29-5BD8C82DF250}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5DFB5A4-2E18-456A-9A29-5BD8C82DF250}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
54 changes: 54 additions & 0 deletions src/Tes.RunnerCLI/GcpAwsInTesTask.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"imageTag": "latest",
"imageName": "busybox",
"commandsToExecute": [
"echo",
"Hello Docker!"
],
"inputs": [
{
"fullFileName": "/mnt/data/NA12878_24RG_small.hg38.bam",
"sourceUrl": "s3://gatk-test-data/wgs_bam/NA12878_24RG_hg38/NA12878_24RG_small.hg38.bam",
"sasStrategy": "SchemeConverter"
},
{
"fullFileName": "/mnt/data/ENCFF031ARQ.subsampled.400.fastq.gz",
"sourceUrl": "gs://encode-pipeline-test-samples/encode-atac-seq-pipeline/ENCSR356KRQ/fastq_subsampled/rep2/pair2/ENCFF031ARQ.subsampled.400.fastq.gz",
"sasStrategy": "SchemeConverter"
},
{
"fullFileName": "/mnt/data/ENCFF590SYZ.subsampled.400.fastq.gz",
"sourceUrl": "gs://encode-pipeline-test-samples/encode-atac-seq-pipeline/ENCSR356KRQ/fastq_subsampled/rep2/pair2/ENCFF590SYZ.subsampled.400.fastq.gz",
"sasStrategy": "SchemeConverter"
},
{
"fullFileName": "/mnt/data/ENCFF734PEQ.subsampled.400.fastq.gz",
"sourceUrl": "gs://encode-pipeline-test-samples/encode-atac-seq-pipeline/ENCSR356KRQ/fastq_subsampled/rep2/pair2/ENCFF734PEQ.subsampled.400.fastq.gz",
"sasStrategy": "SchemeConverter"
},
{
"fullFileName": "/mnt/data/ENCFF007USV.subsampled.400.fastq.gz",
"sourceUrl": "gs://encode-pipeline-test-samples/encode-atac-seq-pipeline/ENCSR356KRQ/fastq_subsampled/rep2/pair2/ENCFF007USV.subsampled.400.fastq.gz",
"sasStrategy": "SchemeConverter"
},
{
"fullFileName": "/mnt/data/ENCFF886FSC.subsampled.400.fastq.gz",
"sourceUrl": "gs://encode-pipeline-test-samples/encode-atac-seq-pipeline/ENCSR356KRQ/fastq_subsampled/rep2/pair2/ENCFF886FSC.subsampled.400.fastq.gz",
"sasStrategy": "SchemeConverter"
},
{
"fullFileName": "/mnt/data/ENCFF573UXK.subsampled.400.fastq.gz",
"sourceUrl": "gs://encode-pipeline-test-samples/encode-atac-seq-pipeline/ENCSR356KRQ/fastq_subsampled/rep2/pair2/ENCFF573UXK.subsampled.400.fastq.gz",
"sasStrategy": "SchemeConverter"
}
],
"outputs": [
{
"fullFileName": "<LOCAL_PATH>",
"targetUrl": "<TARGET_URL>",
"sasStrategy": "None"
}
]
}


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cb00acc

Please sign in to comment.