From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1776983622; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OHNRdy+g1MpEEohPDVlAlhJbdJiP3NjWwL8CF+DDJZQ=; b=T/ZpAXtwDGcMx7TpkwPJRqLkp5LnI2nD/U60huqNDKM/yRu/6H31Tjbcr705/gD5f7z51D tbwZi4b7MoSstUXi7SBw5TcNOfKQbIM/rA7ruduk22tc4ZbcDNOFDz+TKqUYoNGaC6VGsP F/xQ4gi9uo8LG7hZ4AGlqSUng/XMgV1gdgchXBGex1x+54NFt4rbFpNH8Wk85g3CTF8TEf l6rIr7naY1+zhNDZMgP/Fwtqk+RHsAY+Fp+9Vj2AIjI3ld963RCQygHrcuyUlTLgd0btLJ VoqB4zxnfhu34V3duSwmMkxYA+DgHFWUhlG+NIz/JSf7HFRPqZ1SBi/UR9k/sg== Received: from localhost ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id fad39c5b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 23 Apr 2026 22:33:42 +0000 (UTC) From: Arun Isaac To: Reza Housseini , guix-science@gnu.org Cc: ravanan@systemreboot.net Subject: Re: Guix, CWL, ravanan and reproducibility talk at UCL In-Reply-To: <87wlxxbu6r.fsf@housseini.me> References: <87cxzrb6r5.fsf@systemreboot.net> <87wlxxbu6r.fsf@housseini.me> Date: Thu, 23 Apr 2026 23:33:41 +0100 Message-ID: <87v7dh9uii.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: Hi Reza, > Do you have any experience running this from Python? > E.g. generating the CWL files in Python? I normally generate my CWL files using ccwl: https://ccwl.systemreboot.net/ Several other CWL generators exist as well: https://www.commonwl.org/tools/#converters And you can also write CWL by hand. > And do I understand corecctly that ravanan is not tied to CWL and/or > guix? I'm not sure I understand what you mean. ravanan is a CWL runner that uses Guix. So, it is tied to both CWL and Guix. Regards, Arun