# HG changeset patch # User yhoogstrate # Date 1415895872 18000 # Node ID 89b13f88bbef27361bcd1d24dd0628d158ccae71 # Parent a776dd3b437c34e0fc2d6a137e8df912940b6eb0 Uploaded diff -r a776dd3b437c -r 89b13f88bbef README --- a/README Thu Nov 13 11:22:13 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ -FASTQ_replace_dots_for_N wrapper for Galaxy -=========================================== - -Some FASTQ files contain dots (ASCII char 46) instead of N to indicate -an unknown called base. Replacing these dots back to N often prevents -programs from crashing. - -Development ------------ - -* Repository-Maintainer: Youri Hoogstrate - -* Repository-Development: - -The tool wrapper has been written by Youri Hoogstrate from the Erasmus -Medical Center (Rotterdam, Netherlands) on behalf of the Translational -Research IT (TraIT) project: - - - -More tools by the Translational Research IT (TraIT) project can be found in the following repository: - - - -License -------- - -**FASTQ_replace_dots_for_N**: - - Copyright (C) 2013-2014 Youri Hoogstrate - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -**This wrapper**: - - Copyright (C) 2013-2014 Youri Hoogstrate - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . diff -r a776dd3b437c -r 89b13f88bbef README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Thu Nov 13 11:24:32 2014 -0500 @@ -0,0 +1,60 @@ +FASTQ_replace_dots_for_N wrapper for Galaxy +=========================================== + +Some FASTQ files contain dots (ASCII char 46) instead of N to indicate +an unknown called base. Replacing these dots back to N often prevents +programs from crashing. + +Development +----------- + +* Repository-Maintainer: Youri Hoogstrate + +* Repository-Development: + +The tool wrapper has been written by Youri Hoogstrate from the Erasmus +Medical Center (Rotterdam, Netherlands) on behalf of the Translational +Research IT (TraIT) project: + + + +More tools by the Translational Research IT (TraIT) project can be found in the following repository: + + + +License +------- + +**FASTQ_replace_dots_for_N**: + + Copyright (C) 2013-2014 Youri Hoogstrate + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +**This wrapper**: + + Copyright (C) 2013-2014 Youri Hoogstrate + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see .