Bug#879616: rapmap: start working on autopkgtest

2017-12-17 Thread Kalou.Katerina
Dear all,

 I will start working on autopkgtest for the rapmap. If anyone has already
started working and/or is
interested in this bug let me know! :)

Kind regards,
Katerina


Bug#879622: start working on an autopkgtest

2018-01-18 Thread Kalou.Katerina
Dear all,

 I am starting to work on an autopkgtest for this package. If anyone has
already started working and/or is  interested in this bug , please let me
know :)

Kind regards,

Kate


Bug#879622: [autopkgtest 879622]

2018-02-18 Thread Kalou.Katerina
Dear Andreas,

Thank you for your comments!! I tried to push the files again , i think
that now it worked :)

Kind regards,
Kate

On Sun, Feb 18, 2018 at 11:24 PM, Andreas Tille <andr...@an3as.eu> wrote:

> Dear Katerina,
>
> On Sun, Feb 18, 2018 at 08:32:05PM +0200, Kalou.Katerina wrote:
> > I am sorry for the long absence / my PhD thesis is almost finished but it
> > took almost all my time the last month! ;)
> >
> > I have pushed an new test suite for autopkgtest for the macs package.
>
> Are you sure you pushed the changes.  Please note that all Debian Med
> packages were moved to salsa.  Thus you need to set origin to
>
>g...@salsa.debian.org:med-team/macs.git
>
>
> > Any
> > comments and corrections will be much welcome!! In my linux machine the
> > 'autopkgtest -- null' command reports a pass.
> >
> > In the example folder i have put two sample data that i managed to found
> at
> > 'https://github.com/arq5x/bedtools2'. These two files are '.BED' file
> > extensions. The example at the macs package install instructions is using
> > the 'BAM' extension , if anyone has any recommendation on where to find
> > these, it will be much appreciated!! :)
>
> In any case make sure you document the origin of the example filese in
> debian/README.source (may be you add your question also in this file).
>
> > Finally , i included the files 'README.test',
> 'macs-example-data.install'
> > and 'macs.install', taking inspiration from the previous packages like
> > rapmap i worked on. The purpose was to send the examples folder to the
> > 'usr/share/doc' directory during installation , i do not know if i did it
> > right!
>
> Sounds sensible - I'll check.
>
> > Thank you for all the help!!
>
> Thanks to you for working on the test
>
>Andreas.
>
> --
> http://fam-tille.de
>
>


Bug#879622: [autopkgtest 879622]

2018-02-19 Thread Kalou.Katerina
Dear Andreas,

Thank you so much for all your comments! I confirm i pushed the changelog
entry , i hope i did it right ;)

I would love to go on with adding an autopkgtest to another package, i was
thinking to continue with rsem (n.890792
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890782> ), if that is ok
for everyone!

I would also kindly like to express my interest to apply to either
outreachy or GSoC. I had a look to the Outreachy announcement for this
round of applications and as i did not see any proposed project by the
debian med team (especially the one about adding autopkgtest suites),  i
was thinking about the GSoC as an alternative. As my PhD thesis will be
ready in the end of March but i will still be a student until the beginning
of June, i was thinking if it would be possible for me to apply.

Anyway, apart of the internships, i would like to continue contributing to
the debian med project , it is a truly unique experience!

Thank you so much again for all the help and comments!

Kind regards,
Kate

On Mon, Feb 19, 2018 at 11:01 AM, Andreas Tille <andr...@an3as.eu> wrote:

> Dear Kate,
>
> On Mon, Feb 19, 2018 at 12:21:35AM +0200, Kalou.Katerina wrote:
> > Thank you for your comments!! I tried to push the files again , i think
> > that now it worked :)
>
> I confirm the push worked now.  I've pushed some more commits - partly
> related to your work.  Please keep on reading my comments below.
>
> > > > Any
> > > > comments and corrections will be much welcome!! In my linux machine
> the
> > > > 'autopkgtest -- null' command reports a pass.
> > > >
> > > > In the example folder i have put two sample data that i managed to
> found
> > > at
> > > > 'https://github.com/arq5x/bedtools2'. These two files are '.BED'
> file
> > > > extensions. The example at the macs package install instructions is
> using
> > > > the 'BAM' extension , if anyone has any recommendation on where to
> find
> > > > these, it will be much appreciated!! :)
> > >
> > > In any case make sure you document the origin of the example filese in
> > > debian/README.source (may be you add your question also in this file).
>
> I've seen you have give some (rather vague) pointer in README.test
> (which is fine - no need to create an extra README.source.  Besides the
> fact that all Debian related stuff needs to be in debian/ dir (I just
> moved the file) I wished you would add some more specific pointer.  The
> best thing would be something like
>
> wget URL_to_example_file1
> wget URL_to_example_file2
>
> So everybody can immediately reproduce what you did to get the files.
> To express what I mean I did so in the latest commit.  I also left the
> files compressed as downloaded which requires an extra file
>
> debian/source/include-binaries
>
> (dpkg-buildpackage will tell you about this so this is no knowledge you
> need to keep by heart. ;-) )
>
> Regarding how to get BAM files instead of BED files I'm hoping for
> comments here on the list but for the moment macs2 seems to do something
> sensible which should qualify for a first test.
>
> > > > Finally , i included the files 'README.test',
> > > 'macs-example-data.install'
>
> The file macs-example-data.install is wrong.  In the other package you
> worked on we have created an extra data package.  I do not think that
> the amount of extra data in the macs example rectifies an additional
> package and thus we have no such package macs-example-data defined in
> debian/control.  Thus this file is simply ignored.  You rather need to
> put files in debian/macs.examples (and make sure those files are really
> existing - since I bumped debian/compat in some unrelated change
> mentioning non-existing files has lead to build problems).
>
> > > > and 'macs.install', taking inspiration from the previous packages
> like
> > > > rapmap i worked on. The purpose was to send the examples folder to
> the
> > > > 'usr/share/doc' directory during installation , i do not know if i
> did it
> > > > right!
>
> I've now fixed it - please check all my according commits.
>
> Finally please always add a changelog entry to the package documenting
> your changes.  I'd recommen to use the dch tool for this.  For instance
> you can do
>
> dch --team "Add autopkgtest (Closes: #879622)"
>
> specifically the "Closes:" is important to automatically close the bug.
> (You can also use `dch --team` and add the string manually with the
> editor.)
>
> I would like you to take over the changelog entry (that's why the --team
> option - see `man dch`) since 

Bug#890792: [Outreachy Round 16 ] rsem autopkgtest bug.890792

2018-03-14 Thread Kalou.Katerina
Dear all, dear Andreas,

I have committed the autopkgtest for the rsem package ( bug 890792). Except
from the test files, i included an example directory with two test data.

I did some searching to find data that are not that heavy - as the ones
proposed by the package are almost 1 Gb.  I included the download source
link i found in the README.test. However, i worry that there might be a
problem that the link refers to a Dropbox folder. I had to sign in with my
google account to download.

The autopkgtest now is testing the very basic functionality of Rsem
building references from the given Ensembl mouse transcripts. I would like
to keep on working on this and try to provide some more tests of higher
level functions like model visualisation. What do you think?

Also, i have started compiling the application for the 16th Outreachy
round. One of the prerequisites is to provide a potential time schedule of
the future work - Andreas, could i send you a draft and tell me what you
think?

Thanks for the help!
Kate