# HG changeset patch # User jay # Date 1609298754 0 # Node ID c8a33b76ce7c20b84d89d440da219cc3cc26026f # Parent 932650a9a849a7a5f0190858d57996dbeec87cd4 "planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit edb37634e419f75dd66292e712de51278746d883" diff -r 932650a9a849 -r c8a33b76ce7c PDAUG_TSVtoFASTA/PDAUG_TSVtoFASTA.py --- a/PDAUG_TSVtoFASTA/PDAUG_TSVtoFASTA.py Tue Dec 29 19:13:41 2020 +0000 +++ b/PDAUG_TSVtoFASTA/PDAUG_TSVtoFASTA.py Wed Dec 30 03:25:54 2020 +0000 @@ -27,12 +27,12 @@ if l[1] in line.split('\t')[1].strip('\n').strip('\r'): n= n+1 - of1.write('>peptide_'+str(n)+'_'+str(l[0])+'\n') + of1.write('>peptide_'+str(n)+'_'+str(l[1])+'\n') of1.write(line.split('\t')[0]+'\n') if l[0] in line.split('\t')[1].strip('\n').strip('\r'): m= m+1 - of2.write('>peptide_'+str(m)+'_'+str(l[1])+'\n') + of2.write('>peptide_'+str(m)+'_'+str(l[0])+'\n') of2.write(line.split('\t')[0]+'\n') elif Method == 'NoClassLabel':