Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
folker authored Aug 5, 2019
2 parents 4d9f431 + 4ec9d73 commit addf690
Show file tree
Hide file tree
Showing 252 changed files with 507,566 additions and 1,949 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.md
.git/*
.gitmodules/*
CWL/Data/*
CWL/Inputs/DBs/*
tmp/*
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# git ignore file
*.pyc
.ipynb_checkpoints

# ignore all generated files
conf/Pipeline_Conf.pm
conf/env.sh
CWL/tmp/*
CWL/Data/Inputs/DBs/*

# binaries
superblat
usearch

# ignore files with # and ~
Expand Down
26 changes: 26 additions & 0 deletions CWL/Data/Baseline/drisee.receipt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"error": {
"location": "file:///Users/wltrimbl/git/MG-RAST/pipeline/CWL/Data/Outputs/drisee.error",
"basename": "drisee.error",
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0,
"path": "/Users/wltrimbl/git/MG-RAST/pipeline/CWL/Data/Outputs/drisee.error"
},
"info": {
"location": "file:///Users/wltrimbl/git/MG-RAST/pipeline/CWL/Data/Outputs/drisee.log",
"basename": "drisee.log",
"class": "File",
"checksum": "sha1$8f8556f60c1df6f94d0a7dc35ba5aa790f49d5bf",
"size": 443,
"path": "/Users/wltrimbl/git/MG-RAST/pipeline/CWL/Data/Outputs/drisee.log"
},
"stats": {
"location": "file:///Users/wltrimbl/git/MG-RAST/pipeline/CWL/Data/Outputs/drisee.stats",
"basename": "drisee.stats",
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0,
"path": "/Users/wltrimbl/git/MG-RAST/pipeline/CWL/Data/Outputs/drisee.stats"
}
}
29 changes: 29 additions & 0 deletions CWL/Data/Baseline/kmer-tool.receipt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"error": {
"location": "file:///Users/wltrimbl/git/MG-RAST/pipeline/CWL/outdir/kmer-tool.error",
"basename": "kmer-tool.error",
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0,
"path": "/Users/wltrimbl/git/MG-RAST/pipeline/CWL/outdir/kmer-tool.error"
},
"stats": {
"length": 21,
"file": {
"location": "file:///Users/wltrimbl/git/MG-RAST/pipeline/CWL/outdir/qc.kmer.21.stats",
"basename": "qc.kmer.21.stats",
"class": "File",
"checksum": "sha1$d8025ac54c11b0a89534045cf8f7129172d1698f",
"size": 5527,
"path": "/Users/wltrimbl/git/MG-RAST/pipeline/CWL/outdir/qc.kmer.21.stats"
}
},
"summary": {
"location": "file:///Users/wltrimbl/git/MG-RAST/pipeline/CWL/outdir/kmer-tool.log",
"basename": "kmer-tool.log",
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0,
"path": "/Users/wltrimbl/git/MG-RAST/pipeline/CWL/outdir/kmer-tool.log"
}
}
45 changes: 45 additions & 0 deletions CWL/Inputs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Run Test Data
```
cd /CWL/Inputs/DBs
bash getpredata.sh
mkdir -p /data/assembled
cd /data/assembled
cwl-runner --debug --no-container /CWL/Workflows/assembled.workflow.cwl /CWL/Workflows/assembled.job.yaml
mkdir -p /data/metabarcode-fastq
cd /data/metabarcode-fastq
cwl-runner --debug --no-container /CWL/Workflows/metabarcode-fastq.workflow.cwl /CWL/Workflows/metabarcode-fastq.job.yaml
mkdir -p /data/metabarcode-fasta
cd /data/metabarcode-fasta
cwl-runner --debug --no-container /CWL/Workflows/metabarcode-fasta.workflow.cwl /CWL/Workflows/metabarcode-fasta.job.yaml
mkdir -p /data/amplicon-fastq
cd /data/amplicon-fastq
cwl-runner --debug --no-container /CWL/Workflows/amplicon-fastq.workflow.cwl /CWL/Workflows/amplicon-fastq.job.yaml
mkdir -p /data/amplicon-fasta
cd /data/amplicon-fasta
cwl-runner --debug --no-container /CWL/Workflows/amplicon-fasta.workflow.cwl /CWL/Workflows/amplicon-fasta.job.yaml
mkdir -p /data/wgs-fastq
cd /data/wgs-fastq
cwl-runner --debug --no-container /CWL/Workflows/wgs-fastq.workflow.cwl /CWL/Workflows/wgs-fastq.job.yaml
mkdir -p /data/wgs-fasta
cd /data/wgs-fasta
cwl-runner --debug --no-container /CWL/Workflows/wgs-fasta.workflow.cwl /CWL/Workflows/wgs-fasta.job.yaml
mkdir -p /data/wgs-noscreen-fastq
cd /data/wgs-noscreen-fastq
cwl-runner --debug --no-container /CWL/Workflows/wgs-noscreen-fastq.workflow.cwl /CWL/Workflows/wgs-noscreen-fastq.job.yaml
mkdir -p /data/wgs-noscreen-fasta
cd /data/wgs-noscreen-fasta
cwl-runner --debug --no-container /CWL/Workflows/wgs-noscreen-fasta.workflow.cwl /CWL/Workflows/wgs-noscreen-fasta.job.yaml
mkdir -p /data/wgs-noqc-fasta
cd /data/wgs-noqc-fasta
cwl-runner --debug --no-container /CWL/Workflows/wgs-noscreen-fasta.workflow.cwl /CWL/Workflows/wgs-noqc-fasta.job.yaml
```
4,090 changes: 4,090 additions & 0 deletions CWL/Inputs/sequences.amplicon.fasta

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CWL/Inputs/sequences.amplicon.fasta.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
37cbb1f811a144158cec0cbd87d97941
6,712 changes: 6,712 additions & 0 deletions CWL/Inputs/sequences.amplicon.fastq

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CWL/Inputs/sequences.amplicon.fastq.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4ad9d0c5069c55c72e07f7791d61c2f1
6,672 changes: 6,672 additions & 0 deletions CWL/Inputs/sequences.assembled.fasta

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CWL/Inputs/sequences.assembled.fasta.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0170f1416d1368394317e306a81de172
Loading

0 comments on commit addf690

Please sign in to comment.