# HG changeset patch # User galaxyp # Date 1516930611 18000 # Node ID c4c61493c9a8cb9b668250adcd2e06806f91450b # Parent 279fbc8ad9929654ca29c654e8a4d8a5775ec6f2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/flashlfq commit 38eecdb36b6b505afcdd99de7351eed9c3729843 diff -r 279fbc8ad992 -r c4c61493c9a8 flashlfq.xml --- a/flashlfq.xml Thu Jan 25 18:02:03 2018 -0500 +++ b/flashlfq.xml Thu Jan 25 20:36:51 2018 -0500 @@ -31,7 +31,8 @@ && cp *_FlashLFQ_QuantifiedBaseSequences.tsv '$quantifiedBaseSequences' && cp *_FlashLFQ_QuantifiedModifiedSequences.tsv '$quantifiedModifiedSequences' && cp *_FlashLFQ_QuantifiedPeaks.tsv '$quantifiedPeaks' - && cp *_FlashLFQ_QuantifiedProteins.tsv '$quantifiedProteins' + ## create issue for FlashLFQ to name column headers correctly + && grep -v '^test$' *_FlashLFQ_QuantifiedProteins.tsv > '$quantifiedProteins' ]]> + default="Protein,${','.join([i.name for i in $peak_lists])}"/>