changeset 4:686a1d619b96 draft default tip

Uploaded
author jackcurragh
date Fri, 23 Sep 2022 13:37:43 +0000
parents f46c581ca166
children
files generate_custom_track/construct_custom_track.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/generate_custom_track/construct_custom_track.py	Fri Sep 23 13:30:42 2022 +0000
+++ b/generate_custom_track/construct_custom_track.py	Fri Sep 23 13:37:43 2022 +0000
@@ -4,7 +4,9 @@
 
     with open(outpath, 'w') as f:
         f. write(
-f"""browser position {chromosome_position}
+f"""# copy this text into the dialog box at https://https://gwips.ucc.ie/cgi-bin/hgCustom 
+# or download the file and uplaod to GWIPS on the same page
+browser position {chromosome_position}
 track type={track_type} name="{sample_name}" description="{sample_description}" bigDataUrl={url}""")
 
 if __name__ == "__main__":