mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Remove executable flags and shebang (#2826)
Remove executable flags and hashbangs from tests; make run_tests.py executable
This commit is contained in:
0
Bio/Entrez/DTDs/nlmmedlinecitationset_130501.dtd
Executable file → Normal file
0
Bio/Entrez/DTDs/nlmmedlinecitationset_130501.dtd
Executable file → Normal file
0
Bio/Entrez/DTDs/nlmserials_100101.dtd
Executable file → Normal file
0
Bio/Entrez/DTDs/nlmserials_100101.dtd
Executable file → Normal file
0
Bio/Entrez/DTDs/pubmed_130501.dtd
Executable file → Normal file
0
Bio/Entrez/DTDs/pubmed_130501.dtd
Executable file → Normal file
@ -190,6 +190,7 @@ please open an issue on GitHub or mention it on the mailing list.
|
||||
- Marco Galardini <https://github.com/mgalardini>
|
||||
- Mark Amery <https://github.com/ExplodingCabbage>
|
||||
- Markus Piotrowski <https://github.com/MarkusPiotrowski>
|
||||
- Martin Thoma <https://martin-thoma.com/author/martin-thoma/>
|
||||
- Marton Langa <https://github.com/martonlanga>
|
||||
- Mateusz Korycinski <https://github.com/mkorycinski>
|
||||
- Matt Ruffalo <https://github.com/mruffalo>
|
||||
|
0
Tests/Abi/test_data
Executable file → Normal file
0
Tests/Abi/test_data
Executable file → Normal file
0
Tests/Geo/soft_ex_affy_chp.txt
Executable file → Normal file
0
Tests/Geo/soft_ex_affy_chp.txt
Executable file → Normal file
0
Tests/KEGG/ko01100.xml
Executable file → Normal file
0
Tests/KEGG/ko01100.xml
Executable file → Normal file
0
Tests/PAML/Control_files/yn00/yn00.ctl
Executable file → Normal file
0
Tests/PAML/Control_files/yn00/yn00.ctl
Executable file → Normal file
0
Tests/Registry/bt001
Executable file → Normal file
0
Tests/Registry/bt001
Executable file → Normal file
0
Tests/pairwise2_testCases.py
Normal file → Executable file
0
Tests/pairwise2_testCases.py
Normal file → Executable file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2004 by Michael Hoffman. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
0
Tests/run_tests.py
Normal file → Executable file
0
Tests/run_tests.py
Normal file → Executable file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
0
Tests/test_ClustalOmega_tool.py
Executable file → Normal file
0
Tests/test_ClustalOmega_tool.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2013 by Leighton Pritchard. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2001 by Brad Chapman. All rights reserved.
|
||||
# Revisions copyright 2008-2009 by Michiel de Hoon. All rights reserved.
|
||||
# Revisions copyright 2010-2011 by Peter Cock. All rights reserved.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2001-2004 by Brad Chapman. All rights reserved.
|
||||
# Revisions copyright 2007-2016 by Peter Cock. All rights reserved.
|
||||
# Revisions copyright 2013 by Kai Blin. All rights reserved.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2001 by Brad Chapman. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2001 by Brad Chapman. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2001 by Brad Chapman. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2001 Brad Chapman. All rights reserved.
|
||||
#
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2013, 2014 by Leighton Pritchard. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2014 by Leighton Pritchard. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright 2013 by Leighton Pritchard. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
0
Tests/test_MSAProbs_tool.py
Executable file → Normal file
0
Tests/test_MSAProbs_tool.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2008 Michiel de Hoon
|
||||
#
|
||||
# This file is part of the Biopython distribution and governed by your
|
||||
|
0
Tests/test_Nexus.py
Executable file → Normal file
0
Tests/test_Nexus.py
Executable file → Normal file
0
Tests/test_Phd.py
Executable file → Normal file
0
Tests/test_Phd.py
Executable file → Normal file
0
Tests/test_SCOP_Residues.py
Executable file → Normal file
0
Tests/test_SCOP_Residues.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2009 by Michiel de Hoon. All rights reserved.
|
||||
# Revisions copyright 2010 by Peter Cock. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2010 by Andrea Pierleoni
|
||||
# Revisions copyright 2010-2015 by Peter Cock. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
1
Tests/test_Wise.py
Executable file → Normal file
1
Tests/test_Wise.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2000-2001 by Brad Chapman. All rights reserved.
|
||||
# Revisions copyright 2007-2003 by Peter Cock. All rights reserved.
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
|
0
Tests/test_lowess.py
Executable file → Normal file
0
Tests/test_lowess.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
|
1
Tests/test_psw.py
Executable file → Normal file
1
Tests/test_psw.py
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# This code is part of the Biopython distribution and governed by its
|
||||
# license. Please see the LICENSE file that should have been included
|
||||
# as part of this package.
|
||||
|
Reference in New Issue
Block a user