Result:
found more than 846 distributions - search limited to the first 2001 files matching your query ( run in 1.205 )


App-Deps-Verify

 view release on metacpan or  search on metacpan

xt/author/tidyall.t  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION

use Test::More 0.88;
use Test::Code::TidyAll 0.24;

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);

 view all matches for this distribution


App-Device-Chip-UI

 view release on metacpan or  search on metacpan

lib/App/Device/Chip/UI/UARTBox.pm  view on Meta::CPAN

            valign => "middle",
         ),

         Tickit::Widget::Choice->new(
            choices => [
               map { [ $_, $_ ] } qw( 300 600 1200 2400 4800 9600 19200 38400 57600 115200 )
            ],
            on_changed => sub {
               my ( undef, $baud ) = @_;
               $_protocol->configure( baudrate => $baud )->get;
            },

 view all matches for this distribution


App-DiffCPANReleases

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-DiffDBSchemaUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution



App-Dochazka-REST

 view release on metacpan or  search on metacpan

lib/App/Dochazka/REST/Model/Interval.pm  view on Meta::CPAN

    my $begin_date = $pl->{begin}->[0];
    my $begin_time = $pl->{begin}->[1];
    my $end_date = $pl->{end}->[0];
    my $end_time = $pl->{end}->[1];

    # interval must begin and end at 00:00/24:00,
    # otherwise no game
    return $CELL->status_err( 'DISPATCH_SUMMARY_ILLEGAL_TSRANGE' ) unless
        ( $begin_time eq '00:00' or $begin_time eq '24:00' ) and 
        ( $end_time eq '00:00' or $end_time eq '24:00' );

 view all matches for this distribution


App-Dochazka-WWW

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.132 2016-09-15 13:41 CEST
- js: percent-encode employee search keys
- bin/dochazka-www: uncomment --sitedir /etc/dochazka-www
- build/ops: new file WWW_SiteConfig.pm.example

0.133 2016-09-16 00:24 CEST
- config: drop derived distro site config file
- MANIFEST: drop share/config/WWW_SiteConfig.pm
- js: replace EID with sec_id in Employee profile
- build/ops: require most recent App::MFILE::WWW
- js: drop password change option from Employee profile menu

 view all matches for this distribution


App-Du-Analyze

 view release on metacpan or  search on metacpan

xt/author/tidyall.t  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION

use Test::More 0.88;
use Test::Code::TidyAll 0.24;

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);

 view all matches for this distribution


App-DuckPAN

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    Add 'debug' flag as an alias for 'verbose'

    Fixes part of duckduckgo/p5-app-duckpan#222 as we can now use
    '--debug' as a flag. 

  Change: a4a950a0b71f3d65a835356729010a8411310824
  Author: Zach Thompson <zachthompson@users.noreply.github.com>
  Date : 2016-05-13 08:33:34 +0000

    Merge pull request #338 from duckduckgo/gd/improve-working-dir

Changes  view on Meta::CPAN


    Add 'initialize' for commands

    Allows some pre-run initialization. 

  Change: 034c4f46dc7b2fc23e0a40203c0e24f30e5d80bd
  Author: Ben Moon <guiltydolphin@gmail.com>
  Date : 2016-05-04 16:04:43 +0000

    Allow duckpan to be run from anywhere within repo

Changes  view on Meta::CPAN


    Improved Env command 

  Change: 67110257fa9f9de7421262510f5dcce0ad708ef1
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-29 17:30:24 +0000

    Better use of jQuery to build div obj, create spice-error container
    div on page load 

  Change: 67b5f2b1370e1ee5bbf891c9b2443262c3787c56

Changes  view on Meta::CPAN


    DuckPAN: dead code elimination.

    Remove a line which could never be hit. 

  Change: 666b2e09e6a0b24177312b9a2f4406c5b232e32e
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2014-11-04 16:17:35 +0000

    Small update to phrasing 

Changes  view on Meta::CPAN


    Without this it may work, but we don'thave any reason so expect it
    will, nor that we'll be able to easily interpret the resulting
    messages. 

  Change: 0424c71f93b8f4e11ede0ea2e088f6e439ccfdd4
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-11-01 12:38:26 +0000

    Config: use tiny paths even from ENV vars.

Changes  view on Meta::CPAN


    Replace IO::All and Path::Class with Path::Tiny. 

  Change: 6b6964cd0f758c31f42a1ed472e560c232686069
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 14:56:56 +0000

    Replace IO::All and Path::Class with Path::Tiny.

    This should make dealing with paths somewhat more straight- forward
    and reusable. 

  Change: 6dd77b5753aecc5441d546bc34dcf57cd6b3e3cb
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 14:51:42 +0000

    Merge pull request #139 from killerfish/updatedocs

    Updated docs according to changes in #138 

  Change: 6699ff9f4c0ccd8fd34f63ebf9742a31aa318907
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 14:50:17 +0000

    Merge pull request #138 from killerfish/nameshort

    Easy input for instant answer loading 

  Change: f4fa31e77729871b6eddd91bb173075153962279
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 17:37:40 +0000

    cleaned up duckpan as ia type 

  Change: 3076ee51c4dde786603c0d8423a3448322cbbd7e
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 15:58:13 +0000

    removed print if not in root dir, as it is handled in func
    ia_get_type 

  Change: ad2d17c7dbadd4f2a9ebe71df44a4fab20c48283
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 15:55:14 +0000

    updated search path 

  Change: 159fdb1cb798f767eb4b73a6c247a6fc7c2c8f40
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 14:54:39 +0000

    moved func call so we can fail if in fathead/longtail 

  Change: 829ea4737a51e8ce675e4c5f14e13c42d39e5ff9
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 14:23:17 +0000

    switched to function get_ia_type 

  Change: a90443adbb482c63bb1a17519689cb7cda29cb8d
  Author: Usman Raza <usman.r123@gmail.com>
  Date : 2014-10-24 14:09:40 +0000

    Better Handling of Instant Answer load option, so instead of
    Spice::IsItUp we can pass IsItUp 

  Change: 777f366da0d14d630ea60705f4979fd86e963e4b
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 11:00:29 +0000

    Merge pull request #144 from mwmiller/verify

    Query: verify_versions on correct package. 

  Change: 343dd81565b887140e7aa6fe1fb3de7f36e22525
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 10:42:01 +0000

    Versions: bump required to 5.14.

    We're no longer testing against 5.10, so we won't know if it is
    broken for them (as it likely already is).

Changes  view on Meta::CPAN

    - Bump version check in App::DuckPAN - Updated README for Travis
    change 

  Change: cec18745f23c9e7f4bfa5fa108b4a16248ca8d54
  Author: Matt Miller <mwmiller@outlook.com>
  Date : 2014-10-24 10:36:22 +0000

    Query: verify_versions on correct package. 

  Change: 679c743d2ad9e1fb8081fcc6c82972108841eac6
  Author: Zaahir Moolla <moollaza@fastmail.fm>

Changes  view on Meta::CPAN


    better name and path handling for template variables 

  Change: 510316106bf3f333fb340302ddd3199cac71c280
  Author: Zaahir Moolla <moollaza@gmail.com>
  Date : 2014-10-15 22:50:24 +0000

    Better handlng of $path 

  Change: a6f42d4bac41aa4dffde2a1cbff2b9437d55a43d
  Author: Zaahir Moolla <moollaza@gmail.com>

Changes  view on Meta::CPAN

    makes a request to the API endpoint. 3. If it isn't, it makes a
    request to ddh1. 

  Change: accb1237c0f921f781bc218416368215548f58cd
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2014-07-24 10:24:51 +0000

    Small update to phrasing 

  Change: 08e7062e9a065c0cb4329cdc4557da01f850d5fb
  Author: Zaahir Moolla <moollaza@duckduckgo.com>

Changes  view on Meta::CPAN


    Server.pm - Lowercased filenames in comment 

  Change: 768358708912fe41d2aba80a1aaad8bd9b2556df
  Author: Zaahir Moolla <moollaza@duckduckgo.com>
  Date : 2013-10-24 12:00:16 +0000

    Merge pull request #39 from duckduckgo/zaahir/fix-duckpan-help

    Zaahir/fix duckpan help 

  Change: e222d2f68b385fb32c58240a4edfc9cecd2ab201
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 14:02:52 +0000

    Fixed test indendation and cannonicalized spelling of DuckPAN 

  Change: b33dfe4ae68714e4a5a825a58e0ec47046e436ab
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 14:01:58 +0000

    No longer pass version to DuckPAN::App:Help -- not needed 

  Change: c89d87ed7fb351d974e67638c46a2555939d339d
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 13:55:40 +0000

    Normalized all POD documentation 

  Change: 59b192abfe24c68355e415d08eee4699287fd322
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-24 23:18:53 +0000

    Converted the system to use Text::Xslate 

  Change: 580ffc5c18f31c24435359f948323b28f297a3f8
  Author: Zaahir Moolla <moollaza@fastmail.fm>
  Date : 2013-10-24 12:50:01 +0000

    Cleaned up DuckPAN help output 

  Change: b82d5b62e3ebaf38ccfd094701fa9bd046e806e3
  Author: Zaahir Moolla <moollaza@fastmail.fm>

Changes  view on Meta::CPAN


    Help trigger changed 

  Change: 899c51e511b6684c1a3197771d32fb8c45c7ebe7
  Author: Supreet Sethi <supreet.sethi@gmail.com>
  Date : 2013-10-11 00:24:58 +0000

    Documentation modified to create sections. 

  Change: a0f274aff58010b88961e9ff9b0f9223f8b230ac
  Author: Zaahir Moolla <moollaza@fastmail.fm>

Changes  view on Meta::CPAN

  Author: moollaza <moollaza@gmail.com>
  Date : 2013-07-06 13:59:36 +0000

    Fixed duckpan, now works with d1000.js 

  Change: 6dd2ece003d966303828fb09245625bc8b2fedec
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-06-24 18:05:30 +0000

    add "installing duckpan" instructions to the readme 

Changes  view on Meta::CPAN


    get rid of windows carraige returns!

    grep -rl $'\r' . | xargs dos2unix 

  Change: f0524b58f9d0a668a2080e566268725f7c296ac1
  Author: Dylan Lloyd <dylan@dylansserver.com>
  Date : 2013-05-31 17:55:42 +0000

    take away exec bit from Cmd::Query 

Changes  view on Meta::CPAN

  Author: Torsten Raudssus <torsten@raudss.us>
  Date : 2012-05-28 22:30:00 +0000

    Fixed utf8 query problem, fixed $hostname 

  Change: 4a6d74fd2f4780365d47500242239d170ae01f48
  Author: moollaza <moollaza@gmail.com>
  Date : 2012-05-26 18:33:19 +0000

    Made hostname dynamic via $hostname variable which checks if
    ENV{APP_DUCKPAN_SERVER_HOSTNAME} otherwise it defaults to

Changes  view on Meta::CPAN

  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:09:50 +0000

    v0.012 

  Change: 8316a7b04ee11c8a4071e7eb051e60824817cb64
  Author: Torsten Raudssus <github@raudssus.de>
  Date : 2012-04-22 20:08:52 +0000

    Added link for duckpan to DuckPAN so that duckpan duckpan works 

 view all matches for this distribution


App-EC2Cssh

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Date : 2017-03-27 16:45:25 +0000

    Fixed bug 

------------------------------------------
version 0.006 at 2017-03-27 10:24:20 +0000
------------------------------------------

  Change: 8c0d0489d10e668f14139bfa44f0229b6f5e9251
  Author: Jerome Eteve <jerome@broadbean.com>
  Date : 2017-03-27 11:24:20 +0000

 view all matches for this distribution


App-EUMM-Upgrade

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - When loading file from VERSION_FROM, also check if pod file is available
        - Detect WriteMakefile(%hash) and add new fields to %hash instead
        - Detect Dist::Zilla compatibility code and do not add own
        - Other small changes

0.24    2015-04-12
        - Perl::Meta is used
        - Better reindentation when outer block is removed
        - Better detection of exisiting BUILD_REQUIRES
        - Better detection of version-checking constructs
        - Better search for 'Perl' license

 view all matches for this distribution


App-Egaz

 view release on metacpan or  search on metacpan

t/Quercus.nwk  view on Meta::CPAN

(((Q_dolicholepis:0.00044010302980577250,(Q_variabilis:0.00092254636295734734,Q_baronii:0.00056712204381052474)96:0.00017987480381617216)100:0.00189861005001743920,Q_spinosa:0.00267590115570639706)61:0.00011216903281846527,(Q_rubra:0.0020555432250940...

 view all matches for this distribution


App-ElasticSearch-Utilities

 view release on metacpan or  search on metacpan

scripts/es-search.pl  view on Meta::CPAN


    # Search for all apache logs with status 500 show only file and out_bytes
    es-search.pl program:"apache" AND crit:500 --show file,out_bytes

    # Search for ip subnet client IP 1.2.3.0 to 1.2.3.255 or 1.2.0.0 to 1.2.255.255
    es-search.pl --size=100 dst:"admin.example.com" AND src_ip:"1.2.3.0/24"
    es-search.pl --size=100 dst:"admin.example.com" AND src_ip:"1.2.0/16"

    # Show the top src_ip for 'www.example.com'
    es-search.pl --base access dst:www.example.com --top src_ip

 view all matches for this distribution


App-Env

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    * qexec always acted as if it were being called in a scalar
      context.


0.24  2010-06-07T17:14:37-0400

    * the SysFatal option will now be passed on to cloned environments
      created with the Temp option.

0.23  2010-06-07T16:44:26-0400

 view all matches for this distribution


App-EventStreamr

 view release on metacpan or  search on metacpan

bin/station-mgr.pl  view on Meta::CPAN

__END__

(dev) bofh-sider:~/git/eventstreamr/station $ ps waux|grep dv
leon     19898  2.5  0.1 850956 24560 pts/12   Sl+  11:35   1:21 dvswitch -h localhost -p 1234
leon     20723  0.0  0.0   4404   612 ?        S    12:27   0:00 sh -c ffmpeg -f video4linux2 -s vga -r 25 -i /dev/video0 -target pal-dv - | dvsource-file /dev/stdin -h localhost -p 1234
leon     20724  8.0  0.1 130680 24884 ?        S    12:27   0:01 ffmpeg -f video4linux2 -s vga -r 25 -i /dev/video0 -target pal-dv -
leon     20725  0.1  0.0  10796   860 ?        S    12:27   0:00 dvsource-file /dev/stdin -h localhost -p 1234
leon     20735  0.0  0.0   9396   920 pts/16   S+   12:28   0:00 grep --color=auto dv

$VAR1 = {
          'commands' => {

 view all matches for this distribution


App-ExecIf

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-FTNDB

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Derive the initial version of the new create_ftn_index subroutine from
      the create_ftnnode_index function in FTN::Database::Nodelist.
    - Change the ftnpldb-nodelist and ftnpldb-admin scripts to use the new
      create_ftn_index subroutine.

0.24    Wed Sep 21 15:31 2011
    - Correct GitHub ftnpl project Issues references.
    - Rename the drop_ftndb_table function to drop_ftn_table.
    - Derive a drop_ftn_index function from the drop_ftnnode_index function.
    - Changed ftnpldb-nodelist script to use the new drop_ftn_index function.
    - Removed the old drop_ftnnode_index function.

 view all matches for this distribution


App-FTPThis

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-FargateStack

 view release on metacpan or  search on metacpan

share/ChangeLog  view on Meta::CPAN

	* lib/App/FargateStack/Builder.pm.in
	(remove_alias_record): elb, not self

Sun Aug 10 19:22:39 2025  Rob Lauer  <rlauer6@comcast.net>

	[1.0.24]:

	* VERSION: bump
	* lib/App/AWS.pm.in
	(check_result)
	- add multiple signatures

 view all matches for this distribution


App-Fasops

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.3.11  2016-05-08 20:02:14 CST

    - Move subs from AlignDB::Util

0.3.10  2016-05-07 17:30:24 CST

    - codecov

0.3.9  2016-05-07 14:15:37 CST

 view all matches for this distribution


App-FastishCGI

 view release on metacpan or  search on metacpan

SIGNATURE  view on Meta::CPAN

SHA1 a653ed22df17bada32ea7433656bd0af8329db50 debian/changelog
SHA1 136571b41aa14adc10c5f3c987d43c02c8f5d498 debian/compat
SHA1 e282db2c27f7df34decd934033df54562c789342 debian/control
SHA1 2eb8c3782beebf65f901130bfe98aaa080f6c185 debian/copyright
SHA1 6d2bae436c91a3e42826f17965ec4a97c3a019ee debian/fastishcgi.dirs
SHA1 7735a08798db9e5a89f66168efc1f4dc3990c24e debian/fastishcgi.install
SHA1 5f6760c832506a7214040149922eca574c218d4c debian/rules
SHA1 f8738a6566306ae25f93456a019426af51ccc827 debian/source/format
SHA1 a5359c00e3fdf9b1a3ab4928fd373dcfe7f1327f debian/watch
SHA1 de61833938fb3f8abe62244ad18de6cc433f9a44 dist.ini
SHA1 fb27b9c3f5b40a08667e67bf6a40653344010d78 examples/fastishcgi.service

SIGNATURE  view on Meta::CPAN

SHA1 5ed15a5a4566bbe19b445b3c969b26ab349510fc weaver.ini
SHA1 b0f2ac0b28f663d98de8369e26c2dc3fd3d4e52d xt/author/critic.t
SHA1 bd9126cb8a3bb757c98c9bbbc1bbbae23e232c8c xt/author/pod-spell.t
SHA1 e3094e32340a9a0dcb90d91b77d66e61cbf7fa14 xt/perlcriticrc
SHA1 ff40a14d2d4b2fb9b93bf1324632dc9b4efafacc xt/perltidyrc
SHA1 28ef20a73b7cf9b85585e2b7db6fc80424289134 xt/release/cpan-changes.t
SHA1 f1df216d28e5f464bc6b68faf0b85cc0e38c7246 xt/release/kwalitee.t
SHA1 7b52b909acf6cd52733f8f226f92147ed76a2717 xt/release/meta-json.t
SHA1 e9a889d6b725ee070e06aae1a8ad544495322cb2 xt/release/pod-coverage.t
SHA1 6c997f10467a193f295d4343fbd9dae699414253 xt/release/pod-linkcheck.t
SHA1 7c4d18e54e391b89f7f983bc902c2037c50ce9f7 xt/release/pod-no404s.t

 view all matches for this distribution


App-FileCreateLayoutUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-FromUnixtime

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.12    Mon Jan 26 04:32:59 JST 2015
        - add LICENSE file
        - add ignore cache parameters for badges in README.pod

0.11    Sun Jan 11 11:40:24 JST 2015
        - add column conditions to replace
        - fix regexp: to support the numberd column like 'foo_date2'
        - add '--min-time' option
        - fix dependency

 view all matches for this distribution


App-GHPT

 view release on metacpan or  search on metacpan

xt/author/tidyall.t  view on Meta::CPAN

BEGIN {
    if ( $] < 5.010 ) {
        plan skip_all => 'This test requires Perl version 5.010';
    }
}
use Test::Code::TidyAll 0.24;

tidyall_ok(
     verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 1 ),
     jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 4 ),
);

 view all matches for this distribution


App-GenPericmdCompleterScript

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "App::depak" : "0.584",
            "Complete::Bash" : "0.333",
            "Data::Dmp" : "0.242",
            "Data::Sah::Coerce::perl::To_obj::From_str::url" : "0",
            "Data::Sah::Compiler::perl::TH::any" : "0.914",
            "Data::Sah::Compiler::perl::TH::array" : "0.914",
            "Data::Sah::Compiler::perl::TH::bool" : "0.914",
            "Data::Sah::Compiler::perl::TH::code" : "0.914",

 view all matches for this distribution


App-Genpass-ID

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-Genpass-WordList

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-GeoCancerPrognosticDatasetsRetriever

 view release on metacpan or  search on metacpan

data/bladder_cancer_GEO.txt  view on Meta::CPAN

(Submitter supplied) Despite cisplatin-based neoadjuvant chemotherapy (NAC) 60% of patients with muscle-invasive bladder cancer still have residual invasive disease at radical cystectomy (RC). The NAC-induced biological alterations in these cisplatin...
Organism:	Homo sapiens
Type:		Expression profiling by array
Platform: GPL22995 133 Samples
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE124nnn/GSE124305/
Series		Accession: GSE124305	ID: 200124305

123. Molecular subtype classification of urothelial carcinoma in Lynch syndrome
(Submitter supplied) We aimed to provide a molecular description of Lynch syndrome-associated urothelial cancer in relation to molecular subtypes of sporadic bladder cancer. Whole genome mRNA expression profiles of 41 tumors and immunohistochemical s...
Organism:	Homo sapiens
Type:		Expression profiling by array

data/bladder_cancer_GEO.txt  view on Meta::CPAN

(Submitter supplied) The NFκB transcription factor is constitutively active in a number of hematologic and solid tumors, and many signaling pathways implicated in cancer are likely connected to NFκB activation.  A critical mediator of NFκB activit...
Organism:	Homo sapiens
Type:		Expression profiling by array
Dataset: GDS5023 Platform: GPL6244 12 Samples
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE52nnn/GSE52452/
Series		Accession: GSE52452	ID: 200052452

249. Fibroblast growth factor receptor inhibition effect on malignant urothelial cells deficient in TGFβ-activated kinase 1
Analysis of fibroblast growth factor receptor 3 (FGFR3)-positive, MGHU3 (Y375C) bladder cancer cells depleted for TGFβ-activated kinase 1 (TAK1) then treated with FGFR-specific PD173074 inhibitor. Results provide insight into the integration of TAK1...
Organism:	Homo sapiens
Type:		Expression profiling by array, transformed count, 2 agent, 2 genotype/variation sets

data/bladder_cancer_GEO.txt  view on Meta::CPAN


268. DNA methylation and expression profiling study for bladder cancer [methylation]
(Submitter supplied) The DNA methylation patterns associated with the development and progression of cancer. The aim of the present study was to identify novel methylation markers that can discriminate between normal and Non-muscle-invasive bladder c...
Organism:	Homo sapiens
Type:		Methylation profiling by array
Platform: GPL8490 24 Samples
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE37nnn/GSE37816/
Series		Accession: GSE37816	ID: 200037816

269. DNA methylation and expression profiling study for bladder cancer [gene expression]
(Submitter supplied) The DNA methylation patterns associated with the development and progression of cancer. The aim of the present study was to identify novel methylation markers that can discriminate between normal and Non-muscle-invasive bladder c...

data/bladder_cancer_GEO.txt  view on Meta::CPAN


281. FGFR3-shRNA induced transcriptional changes in RT112 bladder cancer cells
(Submitter supplied) Aberrant activation of FGFR3 via overexpression or mutation is a frequent feature of bladder cancer; however, its molecular and cellular consequences and functional relevance to carcinogenesis are not well understood.  In this st...
Organism:	Homo sapiens
Type:		Expression profiling by array
Dataset: GDS4454 Platform: GPL570 24 Samples
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE41nnn/GSE41035/
Series		Accession: GSE41035	ID: 200041035

282. Fibroblast growth factor receptor 3 depletion effect on bladder cancer cell line RT112
Analysis of bladder cancer cell line RT112 subjected to doxycycline-inducible, shRNA knockdown of FGFR3. Knockdown of FGFR3 in RT112 cells significantly attenuates tumor growth in vitro and in vivo. Results provide insight into the molecular mechanis...

data/bladder_cancer_GEO.txt  view on Meta::CPAN

(Submitter supplied) To identify target genes of tumor suppressive microRNAs in human cancer, several cell lines (bladder cancer, prostate cancer, renal cell carcinoma, and head and neck squamous cell carcinoma) were subjected to Agilent whole genome...
Organism:	Homo sapiens
Type:		Expression profiling by array
Platforms: GPL4133 GPL10332 13 Samples
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE24nnn/GSE24782/
Series		Accession: GSE24782	ID: 200024782

296. Combination of a novel gene expression signature with a clinical nomogram improves the prediction of survival in high-risk bladder cancer  
(Submitter supplied) Urothelial carcinoma of the bladder is characterized by significant variability in clinical outcomes depending on stage and grade. The addition of molecular information may improve our understanding of such heterogeneity and enha...
Organism:	Homo sapiens
Type:		Expression profiling by array

data/bladder_cancer_GEO.txt  view on Meta::CPAN

(Submitter supplied) We have utilized a version 2.0 of our Fusion gene microarray (version 1.0 described by PMID: 19152679 and GEO, GPL8078) to screen cancer cell lines for known fusion genes We assembled a comprehensive database of published fusion ...
Organism:	Homo sapiens
Type:		Expression profiling by array; Genome variation profiling by array
Platform: GPL11054 67 Samples
FTP download: GEO (PAIR) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE24nnn/GSE24737/
Series		Accession: GSE24737	ID: 200024737

308. Analysis of transcriptome in ectopic versus orthotopic thyroid tissue.
(Submitter supplied) Congenital hypothyroidism from thyroid dysgenesis (CHTD) is a sporadic disease characterized by defects in the differentiation, migration or growth of thyroid tissue. Of these defects, incomplete migration resulting in ectopic th...
Organism:	Homo sapiens
Type:		Expression profiling by array

data/bladder_cancer_GEO.txt  view on Meta::CPAN

344. [HuGene-1_0-st] Affymetrix Human Gene 1.0 ST Array [transcript (gene) version]
(Submitter supplied) Affymetrix submissions are typically submitted to GEO using the GEOarchive method described at http://www.ncbi.nlm.nih.gov/projects/geo/info/geo_affy.html  June 03, 2009: annotation table updated with netaffx build 28 June 18, 20...
Organism:	Homo sapiens
136 DataSets 1799 Series 26 Related Platforms 37103 Samples
FTP download: GEO ftp://ftp.ncbi.nlm.nih.gov/geo/platforms/GPL6nnn/GPL6244/
Platform	Accession: GPL6244	ID: 100006244

345. Illumina HumanHT-12 V4.0 expression beadchip
(Submitter supplied) The HumanHT-12 v4 Expression BeadChip provides high throughput processing of 12 samples per BeadChip without the need for expensive, specialized automation. The BeadChip is designed to support flexible usage across a wide-spectru...
Organism:	Homo sapiens
51 DataSets 2760 Series 4 Related Platforms 97140 Samples

data/bladder_cancer_GEO.txt  view on Meta::CPAN

482. vh127
Organism:	Homo sapiens
Source name:	Micropapillary High Grade T1 Urothelial Bladder Cancer
Platform: GPL18573 Series: GSE136401 
FTP download: 
SRA Run Selector: https://www.ncbi.nlm.nih.gov/Traces/study/?acc=SRX6780024
Sample		Accession: GSM4048223	ID: 304048223

483. vh126
Organism:	Homo sapiens
Source name:	Micropapillary High Grade T1 Urothelial Bladder Cancer

data/bladder_cancer_GEO.txt  view on Meta::CPAN


956. B017P UCB positive Blood
Organism:	Homo sapiens
Source name:	UCB positive Male
Platform: GPL17692 Series: GSE138118 
FTP download: GEO (CEL, CHP) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM4100nnn/GSM4100424/
Sample		Accession: GSM4100424	ID: 304100424

957. B016P UCB positive Blood
Organism:	Homo sapiens
Source name:	UCB positive Male
Platform: GPL17692 Series: GSE138118 

data/bladder_cancer_GEO.txt  view on Meta::CPAN

Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3107nnn/GSM3107161/
Sample		Accession: GSM3107161	ID: 303107161

2322. Bladder Cancer [BL0424]
Organism:	Homo sapiens
Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3107nnn/GSM3107160/
Sample		Accession: GSM3107160	ID: 303107160

data/bladder_cancer_GEO.txt  view on Meta::CPAN

Source name:	Serum
Platform: GPL21263 Series: GSE113486 GSE113740 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3107nnn/GSM3107083/
Sample		Accession: GSM3107083	ID: 303107083

2400. Bladder Cancer [BL0324]
Organism:	Homo sapiens
Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3107nnn/GSM3107082/
Sample		Accession: GSM3107082	ID: 303107082

data/bladder_cancer_GEO.txt  view on Meta::CPAN

Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3107nnn/GSM3107004/
Sample		Accession: GSM3107004	ID: 303107004

2479. Bladder Cancer [BL0224]
Organism:	Homo sapiens
Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3107nnn/GSM3107003/
Sample		Accession: GSM3107003	ID: 303107003

data/bladder_cancer_GEO.txt  view on Meta::CPAN

Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3106nnn/GSM3106864/
Sample		Accession: GSM3106864	ID: 303106864

2619. Bladder Cancer [BL0024]
Organism:	Homo sapiens
Source name:	Serum
Platform: GPL21263 Series: GSE113486 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM3106nnn/GSM3106863/
Sample		Accession: GSM3106863	ID: 303106863

data/bladder_cancer_GEO.txt  view on Meta::CPAN

2884. LPF1 (12)
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, MGH-U3
Platform: GPL15236 Series: GSE84731 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249314/
Sample		Accession: GSM2249314	ID: 302249314

2885. LPF2 (11)
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, MGH-U3
Platform: GPL15236 Series: GSE84731 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249313/
Sample		Accession: GSM2249313	ID: 302249313

2886. LPF3 (10)
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, MGH-U3
Platform: GPL15236 Series: GSE84731 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249312/
Sample		Accession: GSM2249312	ID: 302249312

2887. SiPool FGFR3 (5)
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, MGH-U3
Platform: GPL15236 Series: GSE84731 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249311/
Sample		Accession: GSM2249311	ID: 302249311

2888. Si2 FGFR3 (4)
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, MGH-U3
Platform: GPL15236 Series: GSE84731 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249310/
Sample		Accession: GSM2249310	ID: 302249310

2889. Si1 FGFR3 (1)
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, MGH-U3
Platform: GPL15236 Series: GSE84731 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249309/
Sample		Accession: GSM2249309	ID: 302249309

2890. RT112 - siFGFR3#4 - 5 nM
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, RT112
Platform: GPL19109 Series: GSE84732 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249319/
Sample		Accession: GSM2249319	ID: 302249319

2891. RT112 - siFGFR3#3 - 5 nM
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, RT112
Platform: GPL19109 Series: GSE84732 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249318/
Sample		Accession: GSM2249318	ID: 302249318

2892. RT112 - lipo#3
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, RT112
Platform: GPL19109 Series: GSE84732 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249317/
Sample		Accession: GSM2249317	ID: 302249317

2893. RT112 - lipo#2
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, RT112
Platform: GPL19109 Series: GSE84732 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249316/
Sample		Accession: GSM2249316	ID: 302249316

2894. RT112 - lipo#1
Organism:	Homo sapiens
Source name:	human bladder cancer cell line, RT112
Platform: GPL19109 Series: GSE84732 GSE84733 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2249nnn/GSM2249315/
Sample		Accession: GSM2249315	ID: 302249315

2895. shBLACAT2#2
Organism:	Homo sapiens
Source name:	bladder cancer cell line UM-UC-3
Platform: GPL16791 Series: GSE101287 

data/bladder_cancer_GEO.txt  view on Meta::CPAN

2908. H3K27Ac_S427F_Rep2
Organism:	Homo sapiens
Source name:	bladder cancer cells
Platform: GPL21290 Series: GSE107734 GSE107783 
FTP download: 
SRA Run Selector: https://www.ncbi.nlm.nih.gov/Traces/study/?acc=SRX3450324
Sample		Accession: GSM2877300	ID: 302877300

2909. H3K27Ac_S427F_Rep1
Organism:	Homo sapiens
Source name:	bladder cancer cells

data/bladder_cancer_GEO.txt  view on Meta::CPAN


2998. bladder_cancer_turbt_sample_299
Organism:	Homo sapiens
Source name:	FFPE bladder cancer
Platform: GPL22995 Series: GSE87304 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2470nnn/GSM2470524/
Sample		Accession: GSM2470524	ID: 302470524

2999. bladder_cancer_turbt_sample_298
Organism:	Homo sapiens
Source name:	FFPE bladder cancer
Platform: GPL22995 Series: GSE87304 

data/bladder_cancer_GEO.txt  view on Meta::CPAN


3098. bladder_cancer_turbt_sample_199
Organism:	Homo sapiens
Source name:	FFPE bladder cancer
Platform: GPL22995 Series: GSE87304 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2470nnn/GSM2470424/
Sample		Accession: GSM2470424	ID: 302470424

3099. bladder_cancer_turbt_sample_198
Organism:	Homo sapiens
Source name:	FFPE bladder cancer
Platform: GPL22995 Series: GSE87304 

data/bladder_cancer_GEO.txt  view on Meta::CPAN


3198. bladder_cancer_turbt_sample_99
Organism:	Homo sapiens
Source name:	FFPE bladder cancer
Platform: GPL22995 Series: GSE87304 
FTP download: GEO (CEL) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM2470nnn/GSM2470324/
Sample		Accession: GSM2470324	ID: 302470324

3199. bladder_cancer_turbt_sample_98
Organism:	Homo sapiens
Source name:	FFPE bladder cancer
Platform: GPL22995 Series: GSE87304 

data/bladder_cancer_GEO.txt  view on Meta::CPAN

4375. Bladder cancer tumor_12
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246534/
Sample		Accession: GSM1246534	ID: 301246534

4376. Bladder cancer tumor_11
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246533/
Sample		Accession: GSM1246533	ID: 301246533

4377. Bladder cancer tumor_10
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246532/
Sample		Accession: GSM1246532	ID: 301246532

4378. Bladder cancer tumor_09
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246531/
Sample		Accession: GSM1246531	ID: 301246531

4379. Bladder cancer tumor_08
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246530/
Sample		Accession: GSM1246530	ID: 301246530

4380. Bladder cancer tumor_07
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246529/
Sample		Accession: GSM1246529	ID: 301246529

4381. Bladder cancer tumor_06
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246528/
Sample		Accession: GSM1246528	ID: 301246528

4382. Bladder cancer tumor_05
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246527/
Sample		Accession: GSM1246527	ID: 301246527

4383. Bladder cancer tumor_04
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246526/
Sample		Accession: GSM1246526	ID: 301246526

4384. Bladder cancer tumor_03
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246525/
Sample		Accession: GSM1246525	ID: 301246525

4385. Bladder cancer tumor_02
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246524/
Sample		Accession: GSM1246524	ID: 301246524

4386. Bladder cancer tumor_01
Organism:	Homo sapiens
Source name:	Surgical speciment from a patient with bladder cancer
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246522/
Sample		Accession: GSM1246522	ID: 301246522

4387. Normal bladder mucosa normal_03
Organism:	Homo sapiens
Source name:	Biopsy specimen from normal bladder mucosa
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246521/
Sample		Accession: GSM1246521	ID: 301246521

4388. Normal bladder mucosa normal_02
Organism:	Homo sapiens
Source name:	Biopsy specimen from normal bladder mucosa
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246520/
Sample		Accession: GSM1246520	ID: 301246520

4389. Normal bladder mucosa normal_01
Organism:	Homo sapiens
Source name:	Biopsy specimen from normal bladder mucosa
Platform: GPL13825 Series: GSE51493 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM1246nnn/GSM1246519/
Sample		Accession: GSM1246519	ID: 301246519

4390. 2.2. Bladder cancer tissue
Organism:	Homo sapiens
Source name:	Bladder cancer tissue
Platform: GPL6884 Series: GSE52519 

data/bladder_cancer_GEO.txt  view on Meta::CPAN


4704. Metastatic Bladder Cancer 1571
Organism:	Homo sapiens
Source name:	Metastatic Bladder Cancer
Platform: GPL10150 Series: GSE39281 GSE39282 
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM960nnn/GSM960024/
Sample		Accession: GSM960024	ID: 300960024

4705. Metastatic Bladder Cancer 1570
Organism:	Homo sapiens
Source name:	Metastatic Bladder Cancer
Platform: GPL10150 Series: GSE39281 GSE39282 

data/bladder_cancer_GEO.txt  view on Meta::CPAN

Organism:	Homo sapiens
Source name:	Bladder tumor UC_0226_1
Platform: GPL6947 Series: GSE32548 GSE32549 
Sample		Accession: GSM806877	ID: 300806877

5011. Bladder tumor UC_0224_1.RNA.e1.a1.lbe1
Organism:	Homo sapiens
Source name:	Bladder tumor UC_0224_1
Platform: GPL6947 Series: GSE32548 GSE32549 
Sample		Accession: GSM806876	ID: 300806876

5012. Bladder tumor UC_0223_1.RNA.e1.a1.lbe1
Organism:	Homo sapiens

data/bladder_cancer_GEO.txt  view on Meta::CPAN

Source name:	bladder tumor UC_0226_1 (channel 1) Reference male DNA (channel 2)
Platform: GPL4723 Series: GSE32535 GSE32549 
FTP download: GEO (GPR) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM806nnn/GSM806020/
Sample		Accession: GSM806020	ID: 300806020

5146. Bladder tumor UC_0224_1_aCGH_h1
Organism:	Homo sapiens
Source name:	bladder tumor UC_0224_1 (channel 1) Reference male DNA (channel 2)
Platform: GPL4723 Series: GSE32535 GSE32549 
FTP download: GEO (GPR) ftp://ftp.ncbi.nlm.nih.gov/geo/samples/GSM806nnn/GSM806019/
Sample		Accession: GSM806019	ID: 300806019

5147. Bladder tumor UC_0223_1_aCGH_h1

data/bladder_cancer_GEO.txt  view on Meta::CPAN


5517. Primary bladder cancer BT121
Organism:	Homo sapiens
Source name:	Primary bladder cancer
Platform: GPL6102 Series: GSE13507 
Sample		Accession: GSM340724	ID: 300340724

5518. Primary bladder cancer BT120
Organism:	Homo sapiens
Source name:	Primary bladder cancer
Platform: GPL6102 Series: GSE13507 

data/bladder_cancer_GEO.txt  view on Meta::CPAN


5586. Primary bladder cancer BT020
Organism:	Homo sapiens
Source name:	Primary bladder cancer
Platform: GPL6102 Series: GSE13507 
Sample		Accession: GSM340624	ID: 300340624

5587. Primary bladder cancer BT019
Organism:	Homo sapiens
Source name:	Primary bladder cancer
Platform: GPL6102 Series: GSE13507 

data/bladder_cancer_GEO.txt  view on Meta::CPAN


5798. HUC Cells on Plastic Replicate 1
Organism:	Homo sapiens
Source name:	HUC Cells on Plastic
Platform: GPL131 Series: GSE796 
Sample		Accession: GSM12477	ID: 300012477

 view all matches for this distribution


App-GetoptLongExamples

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


App-GetoptLongUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Rinci::Validate",
            "name" : "@Author::PERLANCAR/Rinci::Validate",
            "version" : "0.24"
         },
         {
            "class" : "Dist::Zilla::Plugin::SetScriptShebang",
            "name" : "@Author::PERLANCAR/SetScriptShebang",
            "version" : "0.01"

 view all matches for this distribution


( run in 1.205 second using v1.01-cache-2.11-cpan-7add2cbd662 )