| Previous changeset 10:f7136e93604b (2018-05-15) Next changeset 12:9033fd840986 (2018-05-23) |
|
Commit message:
planemo upload for repository https://github.com/monikaheinzl/galaxyProject/tree/master/tools/fsd commit 29bc65d5627553741c83ce1f298223e2b266f7c8 |
|
modified:
fsd.py fsd.xml |
| b |
| diff -r f7136e93604b -r b615c7e51f40 fsd.py --- a/fsd.py Tue May 15 13:49:34 2018 -0400 +++ b/fsd.py Tue May 15 14:22:43 2018 -0400 |
| b |
| @@ -42,10 +42,11 @@ parser.add_argument('--inputName4') parser.add_argument('--sep', default=",", help='Separator in the csv file.') + parser.add_argument('--output_pdf', default="data.pdf",type=str, + help='Name of the pdf file.') parser.add_argument('--output_csv', default="data.csv",type=str, - help='Name of the pdf and csv file.') - parser.add_argument('--output_pdf', default="data.pdf",type=str, - help='Name of the pdf and csv file.') + help='Name of the csv file.') + return parser def compare_read_families(argv): |
| b |
| diff -r f7136e93604b -r b615c7e51f40 fsd.xml --- a/fsd.xml Tue May 15 13:49:34 2018 -0400 +++ b/fsd.xml Tue May 15 14:22:43 2018 -0400 |
| b |
| @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- galaxy version 16.04 --> -<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.11"> +<tool id="fsd" name="Duplex Sequencing Analysis:" version="0.0.12"> <description>Family size distribution (FSD) of tags</description> <requirements> <requirement type="package" version="2.7">python</requirement> |