You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringemail_address # required for fetching data from NCBI APIs
26
-
Fileauthors_sbt
23
+
Stringbiosample_accession
24
+
Inttax_id
25
+
Stringorganism_name
27
26
28
-
String? biosample_attributes_json # if this is used, we will use this first
29
-
File? biosample_attributes_tsv # if no json, we will read this tsv
27
+
Stringemail_address # required for fetching data from NCBI APIs
28
+
Fileauthors_sbt
29
+
30
+
String? biosample_attributes_json # if this is used, we will use this first
31
+
File? biosample_attributes_tsv # if no json, we will read this tsv
30
32
# if both are unspecified, we will fetch from NCBI via biosample_accession
31
33
}
32
34
@@ -39,6 +41,10 @@ workflow genbank_single {
39
41
description: "Reference genome Genbank accessions, each segment/chromosome in the exact same count and order as the segments/chromosomes described in assemblies_fasta. List of accessions should be colon delimited.",
40
42
patterns: ["*.fasta"]
41
43
}
44
+
aligned_bam: {
45
+
description: "Optional: aligned BAM file to inspect for reporting sequencing platform, read depth, etc. in GenBank structured comments.",
46
+
patterns: ["*.bam","*.sam"]
47
+
}
42
48
biosample_attributes_tsv: {
43
49
description: "A post-submission attributes file from NCBI BioSample, which is available at https://submit.ncbi.nlm.nih.gov/subs/ and clicking on 'Download attributes file with BioSample accessions'.",
0 commit comments