# HG changeset patch # User jackcurragh # Date 1663940263 0 # Node ID 686a1d619b966fe68bbfe630d5c7ec4173a9dfba # Parent f46c581ca1668fe490d7a3cefc85b5a5c2a72dcf Uploaded diff -r f46c581ca166 -r 686a1d619b96 generate_custom_track/construct_custom_track.py --- 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__":