Skip to content

Commit

Permalink
working input with real file location for wf_bacterial_kmer.cwl; JIRA…
Browse files Browse the repository at this point in the history
…: PGAPX-621
  • Loading branch information
azat-badretdin committed Nov 22, 2019
1 parent 104d120 commit e41577d
Showing 1 changed file with 41 additions and 20 deletions.
61 changes: 41 additions & 20 deletions bacterial_kmer/input_wf_bacterial_kmer.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,41 @@
Extract_Kmers_From_Input___entry: # take this from Prepare Unannotated Sequences/out/sequences.asn
class: File
location: input/sequences.asn
gencoll_asn: # take this from Create Assembly From Sequences
class: File
location: input/gencoll.asn
asn_cache:
class: Directory
location: input/sequence_cache
ref_assembly_taxid: 243273
# Mycoplasma genitalium G37, corresponding to the input gencoll_asn file.
ANI_cutoff:
class: File
location: input/ANI_cutoff.xml
kmer_cache_sqlite:
class: File
location: input/kmer.sqlite
kmer_reference_assemblies:
class: File
location: input/reference.gcids
Extract_Kmers_From_Input___entry:
class: File
location: sequences.asn
gencoll_asn:
class: File
location: gencoll.asn

asn_cache:
class: Directory
location: sequence_cache

gc_seq_cache:
class: Directory
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/ThirdParty/ExternalData/Pathogen/kmer-cache-minhash/18.sqlite/production/assemblies.cache

gc_cache:
class: File
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/ThirdParty/ExternalData/Pathogen/kmer-cache-minhash/18.sqlite/production/gencoll.sqlite

kmer_cache_sqlite:
class: File
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/ThirdParty/ExternalData/Pathogen/kmer-cache-minhash/18.sqlite/production/kmer.sqlite
ref_assembly_taxid: 2097
ref_assembly_id: 28128
ANI_cutoff:
class: File
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/dev/automated_builds/installations/regr_bct/current/third-party/data/BacterialPipeline/ANI_cutoff/ANI_cutoff.xml
kmer_reference_assemblies:
class: File
location: kmer_uri_list
gcextract2_sqlite:
class: File
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/home/badrazat/jira/PGAPX-584-ani_top_identification-needs-to-/GCExtract2.sqlite
taxon_db:
class: File
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/ThirdParty/ExternalData/BacterialPipeline/uniColl/production/current/taxonomy.sqlite3
tax_synon:
class: File
location: /panfs/pan1.be-md.ncbi.nlm.nih.gov/gpipe/home/badrazat/jira/PGAPX-585-save-ProkRefseqTracking-TaxSynon/TaxSynon.tsv


0 comments on commit e41577d

Please sign in to comment.