Skip to content

Commit

Permalink
Merge pull request #2211 from nekrut/addremove
Browse files Browse the repository at this point in the history
added prefilled text
  • Loading branch information
davebx authored Dec 17, 2018
2 parents 0a8cabc + 5697e97 commit 91a4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/read_group_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<param name="PU" type="text" label="Platform unit (PU)" help="Unique identifier (e.g. flowcell-barcode.lane for Illumina or slide for SOLiD)" optional="True" />
</xml>
<xml name="read_group_pu_required_param">
<param name="PU" type="text" label="Platform unit (PU)" help="Unique identifier (e.g. flowcell-barcode.lane for Illumina or slide for SOLiD)" optional="False" />
<param name="PU" type="text" value="run" label="Platform unit (PU)" help="Unique identifier (e.g. flowcell-barcode.lane for Illumina or slide for SOLiD)" optional="False" />
</xml>
<!-- Only ID is required - all groups available -->
<xml name="read_group_inputs_spec">
Expand Down

0 comments on commit 91a4a5a

Please sign in to comment.