Skip to content

Commit

Permalink
remove options to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chien-Chi Lo committed Jan 14, 2021
1 parent 5f54d5d commit e877ae4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 5 additions & 1 deletion mbin_nmdc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ workflow nmdc_mags {
File contig_file
File sam_file
File gff_file
String container = "microbiomedata/nmdc_mbin:0.1.0"
File? map_file
File? domain_file
Int cpu=32
Expand All @@ -19,7 +20,8 @@ workflow nmdc_mags {
map=map_file,
domain=domain_file,
cpu=cpu,
database=database
database=database,
container=container
}

call make_output {
Expand Down Expand Up @@ -65,11 +67,13 @@ task mbin_nmdc {
File? domain
String database
Int cpu
String container
String filename_outlog="stdout.log"
String filename_errlog="stderr.log"
String filename_stat="checkm_qa.out"
String dollar="$"
runtime {
docker: container
mem: "120 GiB"
cpu: cpu
database: database
Expand Down
5 changes: 0 additions & 5 deletions options.json

This file was deleted.

2 changes: 1 addition & 1 deletion submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

cd /global/cfs/projectdirs/m3408/aim2/metagenome/MAGs

java -Dconfig.file=shifter.conf -jar /global/common/software/m3408/cromwell-45.jar run -i input.json -o options.json -m /global/cfs/projectdirs/m3408/aim2/metagenome/MAGs/metadataOut/test.json mbin_nmdc.wdl
java -Dconfig.file=shifter.conf -jar /global/common/software/m3408/cromwell-45.jar run -i input.json -m /global/cfs/projectdirs/m3408/aim2/metagenome/MAGs/metadataOut/test.json mbin_nmdc.wdl

0 comments on commit e877ae4

Please sign in to comment.