Generate manifest files for ENCODE3
[htsworkflow.git] / htsworkflow / templates / manifest.txt
diff --git a/htsworkflow/templates/manifest.txt b/htsworkflow/templates/manifest.txt
new file mode 100644 (file)
index 0000000..adf0554
--- /dev/null
@@ -0,0 +1,2 @@
+#file_name     format  output_type     experiment      replicate       enriched_in     ucsc_db{% for r in files %}
+{{ r.relative_path }}  {{ r.file_format }}     {{ r.output_type }}     {{ r.dataset_id }}      {{ r.replicate }}       {{ r.enriched_in }}     {{ r.ucsc_db }}{% endfor %}