# HG changeset patch # User galaxyp # Date 1516930629 18000 # Node ID e70198847b2ad983c1129bc72ae239a72bc15a06 # Parent 1e2fc34b1f20ef82f29689d9178420d6c7c98375 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/flashlfq commit 38eecdb36b6b505afcdd99de7351eed9c3729843 diff -r 1e2fc34b1f20 -r e70198847b2a flashlfq.xml --- a/flashlfq.xml Thu Jan 25 18:02:19 2018 -0500 +++ b/flashlfq.xml Thu Jan 25 20:37:09 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])}"/>